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 is the function of output statement in a SAS Program?

619


What do the PUT and INPUT functions do?

786


explain the key concept of sas? : Sas-administrator

563


What do the SAS log messages "numeric values have been converted to character" mean?

892


why is sas considered self-documenting? : Sas programming

682






Give e an example of..

1850


What is by-group processing?

579


what is sas and what are the functions? : Sas-administrator

544


what is sas database server? : Sas-di

619


What can be the size of largest dataset in SAS?

723


What is the difference between input and infile statement?

688


How to test the debugging in sas?

612


Can you suggest us materials for sdtm mapping?

4042


How to create a permanent sas data set?

680


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1465