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

how do you test for missing values? : Sas programming

592


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

762


which date function advances a date, time or datetime value by a given interval? : Sas programming

606


what are validation tools that are used in sas? : Sas-administrator

604


Describe the ways in which you can create macro variables?

647






which date functions advances a date time or date/time value by a given interval? : Sas programming

549


Explain append procedure?

639


what is sas metadata repository? : Sas-bi

616


what is sas data set?

673


How would you identify a macro variable? : sas-macro

540


How can I remove header from output data set?

2078


Intern stastical programmer written test

293


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

851


how do you pull data from equifax?tell me the process?

1390


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

736