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 program data vector (pdv) and what are its functions?
what are some differences between proc summary and proc means? : Sas programming
What are the implications?
what are sas bi dashboard components? : Sas-bi
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
what is proc Index? and what is proc document?
what is function of retain statment
Explain the use of proc print and proc contents?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What do the mod and int function do? : Sas programming
what is sas metadata server? : Sas-di
How would you determine the number of missing or nonmissing values in computations?
what other sas products have you used and consider yourself proficient in using? : Sas programming
Explain the difference between nodup and nodupkey options?
What is the difference between %local and %global? : sas-macro