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

explain what is data set in sas? : Sas-administrator

0 Answers  


explain about various caches available in data integrator? : Sas-di

0 Answers  


how the sas basic syntax style described? : Sas-administrator

0 Answers  


Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?

4 Answers  


what are all the reports you generated in your recent project?

0 Answers   Accenture, Quintiles,






Define run-group processing?

0 Answers  


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

0 Answers  


what are all the ways to define macro variable??

2 Answers   GSK GlaxoSmithKline,


How we will Developing new reports Using Data step programming and Macros ?

4 Answers  


What Proc glm does?

0 Answers  


How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO

2 Answers   TCS,


WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?

1 Answers  


Categories