Question 48:
The following SAS program is submitted:
proc freq data = class;
tables gender * age / (insert option here);
run;
The following report is created:
The FREQ Procedure
Table of gender by age
Row Column
Gender age Frequency Percent Percent Percent
F 11 11 0.002 0.005 0.00
12 22 0.004 0.004 0.00
13 22 0.004 0.006 6.67
Total 55 0.0010 0.00
M 11 11 0.002 0.005 0.00
12 33 0.006 0.006 0,00
13 11 0.002 0.003 3.33
Total 55 0.001 0 0.00
Total 11 22 0.001 0 0.00
12 55 0.00 10 0.00
13 33 0.00 10 0.00
Total 10 10 0.00
Which option correctly completes the program and creates the report?
- LIST
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 3
Exp :
You can access to full explanation to question and answer from this page.