The following resul...
 
Notifications
Clear all

The following results were generated to display only specific statistics and limit the decimals with the modification:

1 Posts
1 Users
0 Likes
79 Views
(@baumgarnerisreal)
Posts: 677
Noble Member
Topic starter
 

The following code was modified to generate the results further below:

proc format;

value agegrp

low-12 ='Pre-Teen'

13-high = 'Teen';

run;

proc means data=SASHELP.CLASS;

var Height;

class Sex Age;

format Age agegrp.;

run;

The following results were generated to display only specific statistics and limit the decimals with the modification:

Which statement below was modified or added to generate the results above:

  • A . var Height / nobs min max mean maxdec=1;
    B. proc means data=SASHELP.CLASS maxdec=1 ;
    C. proc means data=SASHELP.CLASS min max mean maxdec=1;
    D. output nobs min max mean maxdec=1;

Show Answer Hide Answer

Suggested Answer: C
 
Posted : 30/01/2023 1:11 pm

Latest SAS Institute A00-211 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: