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
how would you create multiple observations from a single observation? : Sas programming
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Explain the difference between nodup and nodupkey options?
Can you suggest us materials for sdtm mapping?
What are the ways to do a “table lookup” in sas?
In ARRAY processing, what does the DIM function do?
List down the reasons for choosing sas over other data analytics tools.
Why and when do you use proc sql?
What is the sas data set? : sas-grid-administration
how does sas handle missing values in a merge? : Sas programming
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
In sas, what are the areas that you are most interested in? : sas-grid-administration
how does sas handle missing values in formats? : Sas programming
What is interleaving in SAS?
What is the maximum length of the macro variable? : sas-macro