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
how will you locate the sas platform applications? : Sas-bi
What do the put and input function do?
What are the new features included in the new version of SAS Programming Language?
What is factor analysis?
how can you import .csv file in to sas? : Sas programming
If money were no object, what would you like to do?
How to limit decimal places for variable using proc means?
How sas treats the dsd delimiters?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Describe 5 ways to do a “table lookup” in SAS?
What is the difference between order and group variable in proc report?
explain the function of substr in sas? : Sas-administrator
how to change the execute of macro
What is the basic structure of a sas program?
Mention what is SAS data set?