SAS Question:
Code the tables statement to produce a multi-level frequency?
Answer:
multiple levels: tables a*b a*c a*b*c;
Previous Question | Next Question |
Code the tables statement for a single-level (most common) frequency? | In PROC PRINT, can you print only variables that begin with the letter “A”? |