what is the difference btw proc means and proc univariate?
Answer Posted / sandhya
PROC UNIVARIATE gives more descriptive statistics such as
skewness, kurtosis, Q_PLOT and so on. If you are looking
for an indepth analysis of the data, like clustering,
association tree,..., we start with PROC UNIVARIATE.
If we are looking for some simple results like sum mean SD
and to find extreme values we use PROC MEANS as it takes
less of machine time than PROC UNIVARIATE.
| Is This Answer Correct ? | 47 Yes | 0 No |
Post New Answer View All Answers
What can you learn from the SAS log when debugging?
what is sas application server? : Sas-di
what is enterprise guide? What is the use of it? : Sas programming
what are some good sas programming practices for processing very large data sets? : Sas programming
what is sas metadata server? : Sas-di
List out some key concept of SAS
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
Which command is used to save logs in the external file?
Are you involved in writing the inferential analysis plan? Tables specifications?
How we can create SAS USER DEFINED CODE?
What is by-group processing?
What does PROC print, and PROC contents do?
Tell me about % include and % eval? : sas-macro
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what are _numeric_ and _character_ and what do they do? : Sas programming