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


Please Help Members By Posting Answers For Below Questions

What are the features of base sas system?

609


Explain how merging helps to combine data sets.

612


Explain bmdp procedure?

612


Differentiate between sas functions and sas procedures.

637


What are the different servers in sas? : sas-grid-administration

598






explain the proc in sas? : Sas-administrator

618


what is the use of proc sql? : Sas programming

592


what are the best practices to process the large data sets in sas programming? : Sas-administrator

535


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1467


What is the difference between one to one merge and match merge? Give an example.

565


what is sas olap server? : Sas-di

687


Explain the use of proc print and proc contents?

556


What are the parameters of scan function?

620


What is the difference between %local and %global? : sas-macro

666


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

579