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
How is character variable converted into numeric variable and vice versa?
Difference between sum function and using “+” operator?
explain the key concept of sas? : Sas-administrator
is data integration and etl programming is same? : Sas-di
Which are the statements whose placement in the data step is critical?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
what is snowflake schema? : Sas-di
What is the maximum length of the macro variable? : sas-macro
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what are all the reports you generated in your recent project?
What do you know about symput and symget?
What is the use of %include statement?
Explain translate function?
what is program data vector? : Sas-administrator
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming