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 |
Which statement does not perform automatic conversions in comparisons?
At compile time when a SAS data set is read, what items are created?
what is star schema? : Sas-di
how does sas handle missing values in an update? : Sas programming
What are the functions done while Compilation...?
Which date function advances a date, time or datetime value by a given interval?
what is prime numbers? how we can get plc write sas code?
Of all your work, where have you been the most successful?
how does sas handle missing values in formats? : Sas programming
How many missing values are available? When might you use them?
Identify statements whose placement in the DATA step is critical.
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?