InterviewSolution
Saved Bookmarks
| 1. |
State the difference between PROC MEANS and PROC SUMMARY. |
|
Answer» Proc SUMMARY and Proc MEANS are essentially the same methods for CALCULATING descriptive statistics, such as mean, count, sum, median, etc. Also, it is capable of calculating several other metrics such as percentiles, quartiles, variances, standard deviations, and t-tests. N, MIN, MAX, MEAN, and STD DEV are the default statistics produced by PROC MEANS.
|
|