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 the use of proc sql? : Sas programming
If a variable contains only numbers, can it be a character data type?
What is the difference between one to one merge and match merge? Give an example.
is data integration and etl programming is same? : Sas-di
What is factor analysis?
How to create list output for cross-tabulations in proc freq?
explain about sas business intelligence? : Sas-bi
How to test the debugging in sas?
why is sas data integration studio important? : Sas-di
How would you define the end of a macro?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What does the trace option do?
What would be the value of month at the end of data step execution and how many observations would be there?