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.
Question 17 Suppose we generate the following linear regression equation and we got the following raw R output: formula
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am