What is univariate n where it can be used n how...?
Answer Posted / pricil kurian
Proc univariate is a procedure we can use for calculating
statistics like mean,n, median,sd, extremevalues,range
statistical tests etc. It will give almost all statistics.
Using proc univariate we can draw the histograms and q-q
plots ,this is the main difference between proc means and
proc univariate.We can also output the calculated
statistics into new dataset using the output statement.
eg :proc univariate data=xx;
var age ;
histogram;
qqplot;
run;
it has the same functionality of proc capebality.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What versions of SAS have you used (on which platforms)?
How would you identify a macro variable?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Name validation tools used in SAS
Approximately what date is represented by the SAS date value of 730?
What is the purpose of trailing @ and @@? How do you use them?
what are validation tools that are used in sas? : Sas-administrator
What is the length assigned to the target variable by the scan function?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What can be the size of largest dataset in SAS?
What Proc glm does?
Mention how to limit decimal places for the variable using proc means?
What is maximum storage capability of SAS?
what is study design in while working with SAS? what are screening variables in SAS?
What makes sas stand out to be the best over other data analytics tools?