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
Name any two sas spawners? : sas-grid-administration
which date functions advances a date time or date/time value by a given interval? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
Describe a time when you were really stuck on a problem and how you solved it?
What are the ways to do a “table lookup” in sas?
describe the interaction table in sas di? : Sas-di
What do you code to create a macro? : sas-macro
What commands are used in the case of including or excluding any specific variables in the data set?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
why is sas considered self-documenting? : Sas programming
Mention what is the difference between nodupkey and nodup options?
What are the applications primarily used by business analyst? : Sas-bi
why is sas data integration studio important? : Sas-di
What do you know about sas and what we do? : sas-grid-administration
what is proc Index? and what is proc document?