Select the equivalent LOGISTIC procedure model statements. (Choose two.)
Mode1 Purchase * Gender Age Region;
Mode1 Purchase * Gender | Age | Region;
Mode1 Purchase * Gender|Age|Region @1;
Mode1 Purchase * Gender|Age|Region @2;
What is the default method in the LOGISTIC procedure to handle observations with missing data?
Missing values are imputed.
Parameters are estimated accounting for the missing values.
Parameter estimates are made on all available data.
Only cases with variables that are fully populated are used.