SAS FUNCTION

Plan your projects and define important tasks and actions

马上开始. 它是免费的哦
注册 使用您的电邮地址
SAS FUNCTION 作者: Mind Map: SAS FUNCTION

1. DEFINITION

1.1. A SAS function performs a computation or system manipulation that requires zero or more arguments, and returns a value that can be used in an assignment statement or elsewhere in expressions.

2. IMPORTANT STATEMENT

2.1. GENERAL FORM

2.1.1. myvalue = FUNCTION_NAME(required_argument1,required_argumentN, optional_argument1, …, optional_argumentN);

2.2. TYPES OF SAS FUNCTION

2.2.1. - Arithmetic Functions - Character Functions - Date and Time Functions - Mathematical Functions - Noncentrality Functions - Probability and Density Functions - Quantile Functions - Sample Statistics Functions - State and ZIP Code Functions - Trigonometric and Hyperbolic Functions - Truncation Functions - Variable Information Functions

3. Sample Statistics Functions

3.1. BRANKS

3.2. CORR

3.3. COV

3.4. CUSUM

3.5. GEOMEAN

3.6. MAD

3.7. MEAN

3.8. VAR

3.9. SKEWNESS

3.10. STDERR

4. WHEN TO USE

4.1. - to analyze his data without using formula

4.2. -to reduce time consumption when has large number of data

4.3. -to solve complex statistical calculation

4.3.1. Included

4.3.2. Included

4.3.3. Excluded

5. USES OF THE PROCEDURE

5.1. To perform numeric calculations

5.1.1. Materials

5.1.2. Personel

5.1.3. Services

5.1.4. Duration

5.2. To manipulate character and numeric data

5.3. To create new values from existing data

6. DISADVANTAGES

6.1. When deal with complex function, mistake in arrangement of the order may effect the result.

6.1.1. Dependencies

6.1.2. Milestones

6.2. When deal with large data sets, it will become more complex and may lead to inaccurate results.

6.2.1. Schedule

6.2.2. Budget

7. ADVANTAGES

7.1. programming certain calculations become easier.

7.2. built-in functions that make it very easy to do a task.

7.3. cleaner SAS log and a reduction in debugging time

7.4. ease non statistician to make the calculation.