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 function of Stop statement in a SAS Program?
what are input dataset and output dataset options? : Sas programming
what is the function of catx syntax? : Sas-administrator
What are the difference between ceil and floor functions in sas?
what is operational data and operational system? : Sas-di
Mention the category in which sas informats are placed?
do you prefer proc report or proc tabulate? Why? : Sas programming
How many ways to overcome a missing values???
Can you suggest us materials for sdtm mapping?
what is the difference between infile and input? : Sas-administrator
What do the SAS log messages "numeric values have been converted to character" mean?
what is hierarchy flattening? : Sas-di
What sas features do you use to check errors and data validation?
What is program data vector (pdv)?
What are the default statistics that proc means produce?