Could you please answers for this.
1.Code the tables statement for a single-level (most common)
frequency.
2.Code the tables statement to produce a multi-level
frequency.
Answers were Sorted based on User's Feedback
Answer / hsong001
In proc freq:
1. one level: tables a b c;
2. multiple levels: tables a*b a*c a*b*c;
| Is This Answer Correct ? | 3 Yes | 0 No |
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How to get the repeated values by using sql in sas ?
What are Dashboard reports?And significance of these in analysis?
Are you involved in writing the inferential analysis plan? Tables specfications?
Are you familiar with special input delimiters How are they used?
What is the difference between %put and symbolgen? : sas-macro
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
which features do you use to check the data validations and errors? : Sas-administrator
Why is SAS considered self-documenting?
How can you create a macro variable with in data step? : sas-macro
Differentiate between ceil and floor functions.
What is the Program Data Vector (PDV)? What are its functions?