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 is a put statement?
In SAS explain which statement does not perform automatic conversions in comparisons?
What is proc sort?
What is the difference between input and infile statement?
Tell me more about the parameters in macro? : sas-macro
what is transformation in sas data integration? : Sas-di
Name any two sas spawners? : sas-grid-administration
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What is the good sas programming practices for processing large data sets?
How you can read the variables that you need?
What are the data types in sas?
For clinical entire study how many tables will create approx?
how do you test for missing values? : Sas programming
what is null hypothesis? why do you consider that?
Approximately what date is represented by the SAS date value of 730?