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 the difference btw proc means and proc univariate?

Answers were Sorted based on User's Feedback



what is the difference btw proc means and proc univariate?..

Answer / sandhya

PROC UNIVARIATE gives more descriptive statistics such as
skewness, kurtosis, Q_PLOT and so on. If you are looking
for an indepth analysis of the data, like clustering,
association tree,..., we start with PROC UNIVARIATE.

If we are looking for some simple results like sum mean SD
and to find extreme values we use PROC MEANS as it takes
less of machine time than PROC UNIVARIATE.

Is This Answer Correct ?    47 Yes 0 No

what is the difference btw proc means and proc univariate?..

Answer / srinivas,korasavada

with proc univariate you can genarate histogrmes(graphs)
for particular variables.you can't with proc means.

Is This Answer Correct ?    30 Yes 0 No

what is the difference btw proc means and proc univariate?..

Answer / ashis

Both procedure produce descriptive statistics.By proc uni
variate, by default it produce all the statistics(some time
not all required) but in proc means it is possible to
request the statistics that we want.
ex---proc means data=xyz mean max sd;
run;*it would produce statistics of above which we've
mentioned;

Is This Answer Correct ?    24 Yes 8 No

what is the difference btw proc means and proc univariate?..

Answer / srinath rao

Proc MEANS:

By default proc mean calculate the discriptive statistics
only on all numeric variables available in given dataset
and that to it shows only 5 statistics .if u want u can
see more statistics....
N,MEAN,STD,MIN,MAX

Proc UNIVARIATE:

It provides data summerization tool ,High resolution
graphic displays and information on the distribution of
numeric variables.

By using Histoghram statement we can develope high
resolution graphs also..

Is This Answer Correct ?    8 Yes 3 No

what is the difference btw proc means and proc univariate?..

Answer / puspendra

I am agree with Sandhya. However we use "Proc Univariate"
when we want to know from which distributions the data are
(it involves mean, var, coeff of variation, Skewness,
Kurtosis, Histogram, PPplot,QQplot etc.)

Is This Answer Correct ?    5 Yes 3 No

what is the difference btw proc means and proc univariate?..

Answer / pratik

Proc Mean gives information about stastical values of
numeric varaible like mean,max,min,standard dev etc.here
you can give CLS also to restrict the limit.

Proc Univariate used to predict the distribution of single
variable. basically we use this to know whether the
distrubution is symmetric,flat or picked.

basically we can come to know skweness and kartous.

Is This Answer Correct ?    2 Yes 1 No

what is the difference btw proc means and proc univariate?..

Answer / prr

Proc Means: 1. Proc means produces descriptive statistics
for the numeric variables across all observations and with
in group of observations.
2.Proc means provides N,Mean,Min,Max,STD for the numeric
variables by dafault.
3.in Proc means we have By,Class,Var statements.

Proc Univariate:1. Proc Univariate produces statistics for a
single variable.
2.Proc Univariate provides
normal,Plot,skweness,kurtosis,median,std,mode for the variables.
3.in Proc means we have By statement and Var Statement only.

Is This Answer Correct ?    5 Yes 5 No

what is the difference btw proc means and proc univariate?..

Answer / prasad

1)proc univariate gives detailed reports of statas
2)proc means gives summeriged reports of statas
3)Both are worked on continous varibles

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SAS Interview Questions

Explain append procedure?

0 Answers  


Name and describe three SAS functions that you have used, if any?

2 Answers  


There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?

5 Answers  


what is the primary variable in your study?

3 Answers   Accenture,


how do we mail reports from SAS environment to our team leader

5 Answers   Wockhardt,


what are _numeric_ and _character_ and what do they do? : Sas programming

0 Answers  


for whom is sas data integration studio designed? : Sas-di

0 Answers  


what is the difference between infile and input? : Sas-administrator

0 Answers  


What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?

3 Answers  


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

0 Answers  


Mention what is SAS data set?

0 Answers  


Mention how to limit decimal places for the variable using proc means?

0 Answers  


Categories