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...?

Answers were Sorted based on User's Feedback



What is univariate n where it can be used n how...?..

Answer / 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

What is univariate n where it can be used n how...?..

Answer / suman

univariate is a procedure for finding the extreame
observations in a variable,whether the data come from the
normal distribution or not,finding the discriptive
statistics,moments,histograms,boxplots etc..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

1 Answers  


What is the difference between SAS Data step and SAS PROC SQL, and which is better?

1 Answers   TCS,


How do you debug and test your SAS programs?

0 Answers   Quintiles,


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

0 Answers  


What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here

2 Answers  


How would you invoke a macro? : sas-macro

0 Answers  


How long can a macro variable be? A token? : sas-macro

0 Answers  


what has been your most common programming mistake? : Sas programming

0 Answers  


Name statements that function at both compile and execution time.

3 Answers   L&T,


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

0 Answers  


What are TEAEs

2 Answers   Accenture, Quintiles,


For what purpose(s) would use the RETURN statement?

1 Answers  


Categories