Can you calculate the mean, median and mode of the following data set
using data step logic? Don't use any function or procedure.
data a;
input age @@;
datalines;
22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46
56 19 20
;
run;
I have calculated the mean which i have posted in the answer section.
Answer Posted / +59+
651
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what is sas enterprise intelligence architecture? : Sas-bi
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Explain the special input delimiters used in sas programming.
What is factor analysis?
What was the last computer book you purchased? Why?
What is interleaving in SAS?
Which date function advances a date, time or datetime value by a given interval?
how does sas handle missing values in formats? : Sas programming
What do you know about symput and symget?
Difference between SAS STATA & SPSS?
Explain by-group processing?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What can you learn from the SAS log when debugging?
what is enterprise guide? What is the use of it? : Sas programming