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
Differentiate between format and informat? : sas-grid-administration
what are the benefits of data integration? : Sas-di
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Mention sas system options to debug sas macros.
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what are validation tools that are used in sas? : Sas-administrator
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Name any two sas spawners? : sas-grid-administration
what other sas products have you used and consider yourself proficient in using? : Sas programming
How will you generate test data with no input data?
What versions of SAS have you used (on which platforms)?
how many types of prompts are there? : Sas-bi
how would you determine the number of missing or nonmissing values in computations? : Sas programming
how to do user inputs and command line arguments in sas?
Describe what are the different levels of administrative users in sas? : sas-grid-administration