how do you derive descriptive statistics?
Answer Posted / mahesh
by using univariate procedure....we can able to calculate
or derive descriptive statistics.
By using proc means, it gives only n, mean, min, max,sd,
statistic by default only....
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is Linear Regression?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is the basic syntax style in SAS?
Explain what Proc glm does?
what is proc Index? and what is proc document?
What is by-group processing?
What is the function of output statement in a SAS Program?
What is a put statement?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what are the considerations when picking a SAS/STAT procedure?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
how do you test for missing values? : Sas programming
what is sas olap server? : Sas-di
Explain data_null_?
How would you identify a macro variable? : sas-macro