IniziaInizia gratis

New hire pay: a simple regression

Linear regression is another tool that can be used to test differences between groups. Start by using a simple linear regression to test the original idea that that new hires earn more than current employees, without taking any other factors into account. Use the pay dataset again for the following exercises.

Questo esercizio fa parte del corso

HR Analytics: Exploring Employee Data in R

Visualizza il corso

Esercizio pratico interattivo

Prova a risolvere questo esercizio completando il codice di esempio.

# Run the simple regression
model_simple <- lm(___, data = ___)
Modifica ed esegui il codice