what is the difference btw proc means and proc univariate?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the use of proc contents and proc print in sas? : Sas-administrator

611


What do you know about symput and symget?

733


What are the difficulties u faced while doing vital signs table or dataset?

1939


What is the purpose of trailing @ and @@? How do you use them?

617


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

1748






How do you specify the number of iterations and specific condition within a single do loop?

628


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

586


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

642


what is study design in while working with SAS? what are screening variables in SAS?

1685


What are the 3 components in sas programming?

729


What Proc glm does?

613


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

613


What is a put statement?

668


Explain how you can debug and test your SAS program?

570


What are pdv and it functions?

606