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 sas application server, database server, sas olap server and sas metadata server? : Sas-di
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Differentiate input and infile.
what is the function of catx syntax? : Sas-administrator
Are you involved in writing the inferential analysis plan? Tables specfications?
Explain data_null_?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Explain the difference between informat and format with an example.
Explain the difference between using drop = data set option in set and data statement?
what is program data vector? : Sas-administrator
what is the basic structure sas administrator? : Sas-administrator
how to do user inputs and command line arguments in sas?