Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

1056


Describe what are the different levels of administrative users in sas? : sas-grid-administration

1082


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

1041


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2630


Differentiate input and infile.

1148


what is the function of catx syntax? : Sas-administrator

1152


Are you involved in writing the inferential analysis plan? Tables specfications?

2263


Explain data_null_?

1107


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

1815


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

2297


Explain the difference between informat and format with an example.

1219


Explain the difference between using drop = data set option in set and data statement?

1192


what is program data vector? : Sas-administrator

1124


what is the basic structure sas administrator? : Sas-administrator

1056


how to do user inputs and command line arguments in sas?

3087