The EMMA?dataset was previously used to build a simple regression model that predicts ?Total customer value?
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;
Collepals.com Plagiarism Free Papers
Are you looking for custom essay writing service or even dissertation writing services? Just request for our write my paper service, and we'll match you with the best essay writer in your subject! With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.
Get ZERO PLAGIARISM, HUMAN WRITTEN ESSAYS
Why Hire Collepals.com writers to do your paper?
Quality- We are experienced and have access to ample research materials.
We write plagiarism Free Content
Confidential- We never share or sell your personal information to third parties.
Support-Chat with us today! We are always waiting to answer all your questions.
