what is the difference btw proc means and proc univariate?
Answer Posted / ashis
Both procedure produce descriptive statistics.By proc uni
variate, by default it produce all the statistics(some time
not all required) but in proc means it is possible to
request the statistics that we want.
ex---proc means data=xyz mean max sd;
run;*it would produce statistics of above which we've
mentioned;
| Is This Answer Correct ? | 24 Yes | 8 No |
Post New Answer View All Answers
What is substr function?
what is sas metadata server? : Sas-di
Given an unsorted data set, how to read the last observation to a new data set?
Difference between SAS STATA & SPSS?
explain what is data set in sas? : Sas-administrator
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Explain proc univariate?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What is the difference between reading data from an external file and reading data from an existing data set?
What is the command used to find missing values?
How substr function works in sas?
what is sas metadata repository? : Sas-bi
what is data integration? : Sas-di
How does proc sql work?
What are the limitations for memory allocation for SAS variables