what is the difference between proc means and proc tabulate?
Answer Posted / vigneshwaran.s
Proc Means is used for Creating output with Mean,Std
Dev.,Minimum and maximum values for the Numeric variables
considered in Var Statement.
Proc tabulate is used for Creating tabular Report and it
does NOT deal with any statistics.
| Is This Answer Correct ? | 17 Yes | 14 No |
Post New Answer View All Answers
Enlist the syntax rules followed in sas statements.
What are the statements that are executed only?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what are the scrubbing procedures in sas? : Sas programming
How do you add a number to a macro variable? : sas-macro
why a stop statement is needed for the point= option on a set statement?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Why and when do you use proc sql?
Tell me about % include and % eval? : sas-macro
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
how does sas handle missing values in procs? : Sas programming
: and & modifiers.
what is sas metadata repository? : Sas-bi
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the implications?