Google New or returning user — sign in with Google for instant login, no password needed. Sign in with Google Maybe later
Quiz title : Set - 001 - Part 01
Question 1 of 11



The following SAS program is submitted:

proc means data = sasuser.houses std mean max;
    
var sqfeet;
run;