Question: Change the Training data ( TData ) and Verification data ( VData ) to be the following: TData < - myData [ 1 : 1

Change the Training data (TData) and Verification data (VData) to be the following:
TData <- myData[1:170,]
VData <- myData[171:200,]
Use the revised training data to create a regression model that includes the interaction variable betweenExperience x Female, but removes the interaction variable betweenFemale x Grad.
Use this model to predict the salary for a project manager working at a company with 240 employees who is amale,non-college graduate with 14 years of experience. What is the predicted salary (rounded to nearest dollar)?

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!