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 is the difference between proportion and average?
Do you need to know if there are any missing values?
List down the reasons for choosing sas over other data analytics tools.
what is business intelligence? : Sas-bi
Given an unsorted data set, how to read the last observation to a new data set?
Describe crosslist option in tables statement?
How many data types are there in SAS?
What is the purpose of trailing @ and @@? How do you use them?
what techniques and/or procs do you use for tables? : Sas programming
How to create a permanent sas data set?
what is star schema? : Sas-di
How to read an input file in sas?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is connection profile? : sas-grid-administration