CommencerCommencer gratuitement

LA Homes, multicollinearity (2)

Repeat the previous exercise, but this time regress the log transformed variable price on the new variable bath which records the number of bathrooms in a home.

Cet exercice fait partie du cours

Inference for Linear Regression in R

Afficher le cours

Instructions

  • Run a linear regression on log price versus log bath for the LAhomes dataset, then tidy the output.
  • Look at the output. Is the relationship is positive or negative? Is relationship is significant?

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Output the tidy model
Modifier et exécuter le code