Question: The following self - contained, stand - alone SAS code performs the following steps: ( 1 ) It reads data into SAS; ( 2 )
The following selfcontained, standalone SAS code performs the following steps: It reads
data into SAS; For a given variable, it performs an imputation or missing values using the
average of observed values for that variable; and 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 variablescommands one variablecommand per space allocated points
a
MYDATA;
b
C:MYLOCATIONVARIABLESSASBDAT';
c
mentht
d
DATA
OUT
e INPUT
VARIABLE
f
AGE
g RUN;
h
VARIABLES ;
i VAR
j
VARIABLE ;
k
;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
