Page 1 of 1

Question 17 Suppose we generate the following linear regression equation and we got the following raw R output: formula

Posted: Fri May 20, 2022 6:03 pm
by answerhappygod
Question 17 Suppose we generate the following linear regression
equation and we got the following raw R output:
formula = SALARY ~ YEARS_COLLEGE + YEARS_EXPERIENCE - GENDER
coefficients output in R: 14.8 85.5 100.7 32.1
1- Write the linear regression line equation
2- What can you say about the salary comparison between Females
and Males? (explain using the linear model results above)
NOTE: GENDER = 0 for Male and GENDER = 1 for Female.
Please solve it quickly.