what is the diff. b/w proc means and proc summary?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / lakshmi
PROC SUMMARY DEFAULTS TO NOPRINT
PROC MEANS DEFAULTS TO PRINT
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you put an elephant in the refrigerator?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What is factor analysis?
What is the difference between match merge and one to one merge?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
how would you create multiple observations from a single observation? : Sas programming
How to limit decimal places for the variable using proc means?
what are some differences between proc summary and proc means? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
What has been your most common programming mistake?
What is difference between (a-z) and (a--z)