what is the diff. b/w proc means and proc summary?
Answer Posted / ravi
proc means will give you by default print result but proc summary will not give you print result.
proc means will give you brief statistical analysis of all observation but proc summary will give you only count of all observation.
if you want brief statistical analysis on particular variable then use VAR in proc means and proc summary with (print option) this will give give you obs. mean std.dev max min
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can you create zero observation dataset? : Sas programming
Mention the category in which sas informats are placed?
Describe a time when you were really stuck on a problem and how you solved it?
What is the function of Stop statement in a SAS Program?
What is connection profile? : sas-grid-administration
Give e an example of..
what is hierarchy flattening? : Sas-di
What are the uses of sas?
Describe the ways in which you can create macro variables? : sas-macro
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the role of administrative users? : sas-grid-administration
how many types prompting framework can be broken down to? : Sas-bi
What does the RUN statement do?
what is hash files in sas and why we are using this one in sas?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming