what is the diff. b/w proc means and proc summary?
Answer Posted / ram
1. Proc Means By default gives a Printable output,where as
summary does't.
2. If We ommit var statement in MEANS all numeric varibles
wiil be considered into analysis and it calculates
N,MEAN,STD,MIN,MAX by default.
where as Summary does't do like this if we ommit var
statement it gives only simple counts.
| Is This Answer Correct ? | 50 Yes | 4 No |
Post New Answer View All Answers
What is PDV?
what is program data vector? : Sas-administrator
How do you test for missing values?
What are the default statistics that proc means produce?
Compare sas with other data analytics tools.
Explain the use of proc gplot? : sas-grid-administration
To what type of programms have you used scratch macros?
How we can call macros with in data step? : sas-macro
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What are the default statistics for means procedure?
what are sas/access and sas/connect? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What are the implications?
Why double trailing @@ is used in input statement?
Are you involved in writing the inferential analysis plan? Tables specfications?