Question: The following self - contained, stand - alone SAS code performs the following steps: ( 1 ) It reads data into SAS; ( 2 )

The following self-contained, stand-alone SAS code performs the following steps: (1) It reads
data into SAS; (2) For a given variable, it performs an imputation or missing values using the
average of observed values for that variable; and (3) It produces descriptive statistics of the
resulting variable after imputation, for a subset of the data. Fill the blanks in the code with the
missing variables/commands (one variable/command per space allocated).[17 points]
a.
MYDATA;
b.
'C:/MYLOCATION/VARIABLES.SAS7BDAT';
c.
, mentht
d.
DATA =
OUT =
e. INPUT
VARIABLE1
f.
AGE
=
g. RUN;
h.
= VARIABLES ;
i. VAR
j.
VARIABLE 1100;
k.
;
The following self - contained, stand - alone SAS

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!