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
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what other sas products have you used and consider yourself proficient in using? : Sas programming
Tell me more about the parameters in macro? : sas-macro
Describe a time when you were really stuck on a problem and how you solved it?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what are the component of range? : Sas-bi
Describe the ways in which you can create a macro variable?
which date function advances a date, time or datetime value by a given interval? : Sas programming
What are the different servers in sas? : sas-grid-administration
Are you sensitive to code walk-throughs peer review or QC review?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Describe 5 ways to do a “table lookup” in SAS?
what is sas data set?
What is the work of tranwrd function?
What is the difference between INPUT and INFILE ?