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 |
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
: and & modifiers.
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How would you include common or reuse code to be processed along with your statements?
What SAS statements would you code to read an external raw data file to a DATA step?
Explain what is the use of proc gplot?
explain the concepts and capabilities of business object? : Sas-bi
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what is the use of sas management console? : Sas-di
What is the difference between match merge and one to one merge?
what are the benefits of data integration? : Sas-di
What are SAS/ACCESS and SAS/CONNECT?