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


Please Help Members By Posting Answers For Below Questions

Explain bmdp procedure?

616


Name types of category in which SAS Informats are placed?

738


what is data access? : Sas-di

611


Mention what are the data types does SAS contain?

699


Describe a time when you were really stuck on a problem and how you solved it?

2207






what is PhaseIII, ODS, TLG, Macro and Proc in SAS

3909


Differentiate between proc means and proc summary.

606


how many display types available in sas bi dashboard? : Sas-bi

646


What is maximum number of rows and cols can be handled in SAS?

857


What are the differences between proc means and proc summary?

605


how will you locate the sas platform applications? : Sas-bi

586


What is the difference between %local and %global? : sas-macro

673


why is a stop statement needed for the point=option on a set statement? : Sas programming

589


What is the maximum length of the macro variable? : sas-macro

627


What can be the size of largest dataset in SAS?

721