what is the difference btw proc means and proc univariate?
Answer Posted / srinath rao
Proc MEANS:
By default proc mean calculate the discriptive statistics
only on all numeric variables available in given dataset
and that to it shows only 5 statistics .if u want u can
see more statistics....
N,MEAN,STD,MIN,MAX
Proc UNIVARIATE:
It provides data summerization tool ,High resolution
graphic displays and information on the distribution of
numeric variables.
By using Histoghram statement we can develope high
resolution graphs also..
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the basic structure of a sas program?
Mention sas system options to debug sas macros.
What do the mod and int function do? : Sas programming
which date functions advances a date time or date/time value by a given interval? : Sas programming
Can you suggest us materials for sdtm mapping?
What is proc sort?
what has been your most common programming mistake? : Sas programming
What would you change about your job?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
describe how to adjust the performance of data integrator? : Sas-di
What do you know about symput and symget?
What is the general format of function in sas? : sas-grid-administration
Name and describe few sas character functions that are used for data cleaning in brief.
How to create list output for cross-tabulations in proc freq?
What is the difference between INPUT and INFILE ?