what is the difference between proc means and proc tabulate?
Answer Posted / paul
same statistics can be produced with both means & tabulate procedures but the difference lies in reporting/presenting the result.
eg: PROC MEANS can assign labels for Variable names but can't assign labels for statistics, whereas PROC TABULATE can assign labels for both variable names and statistics.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can you suggest us materials for sdtm mapping?
What is the purpose of _character_ and _numeric_?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Explain what is data step?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what is enterprise guide? What is the use of it? : Sas programming
how does sas handle missing values in sort order? : Sas programming
What are common programming errors committed in sas
What is the maximum length of the macro variable? : sas-macro
is data integration and etl programming is same? : Sas-di
How we can call macros with in data step? : sas-macro
What is maximum number of rows and cols can be handled in SAS?
Do you need to know if there are any missing values?
What is the purpose of trailing @ and @@? How do you use them?
How would you invoke a macro? : sas-macro