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 |
Where do the database management systems store data and how do u import them.
What is the difference between the proc sql and data step?
which date function advances a date, time or datetime value by a given interval? : Sas programming
i want to upload titles and footnotes to excel file?how it is possible?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
why a stop statement is needed for the point= option on a set statement?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What is the length assigned to the target variable by the scan function?
how do you want missing values handled? : Sas programming
What is the function of output statement in a SAS Program?
What is maximum number of rows and cols can be handled in SAS?