The EMMA dataset was previously used to build a simple regression model that pre

The EMMA dataset was previously used to build a simple regression model that predicts “Total customer value” (Y) from “Tenure” (X). . .
1.Connect to the VCL and run the SAS program, EMMA to output a simple regression analysis. Scroll through the output. What is the simple regression equation? (This should match your answer from last week)
2.Edit the program code to change the prediction of customer value from a simple regression model to a multiple regression model by using TENURE, AGE, ORDERS as your predictors
3.Note that one of the three predictors is not a statistically significant predictor (How do you determine which one?).
4.Adjust the model* so that it includes only the two variables that are statistically significant
5.What is the equation of your final multiple regression model with the two predictors?
6. What is the predicted value for a 25 year old, that has placed 2 orders? (does not require SAS coding)
7. What is the goodness of fit measure for your model? Is it a good model? (explanation does not require SAS coding)
*Helpful hint:
/* The SAS code for a multiple regression model to predict Y from several variables has the following form */
proc reg data=edc.emma;
model Y = variable1 variable2 variable3 variable4 variable5 ;
run;

Posted in Uncategorized

Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount