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
how to read the variables in sas? : Sas-administrator
Difference between informat and format?
How to include or exclude specific variables in a data set?
What is the role of unrestrictive users? : sas-grid-administration
Explain data_null_?
How we can create SAS USER DEFINED CODE?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
describe how to adjust the performance of data integrator? : Sas-di
Why double trailing @@ is used in input statement?
What are types of transport files?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what are _numeric_ and _character_ and what do they do? : Sas programming
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What is the work of tranwrd function?
how would you create multiple observations from a single observation? : Sas programming