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.
Answer Posted / 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 |
Post New Answer View All Answers
What is proc sort?
what is proc Index? and what is proc document?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Explain the special input delimiters used in sas programming.
Explain the purpose of substr functions in sas programming.
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
for whom is sas data integration studio designed? : Sas-di
which features do you use to check the data validations and errors? : Sas-administrator
Mention the category in which sas informats are placed?
What can you learn from the SAS log when debugging?
What is the difference between match merge and one to one merge?
Differentiate between ceil and floor functions.
Are you involved in writing the inferential analysis plan? Tables specfications?
what is sas enterprise intelligence architecture? : Sas-bi
How does the internal authentication work in sas? : sas-grid-administration