LoslegenKostenlos loslegen

LA Homes, multicollinearity (1)

In the next series of exercises, you will investigate how to interpret the sign (positive or negative) of the slope coefficient as well as the significance of the variables (p-value). You will continue to use the log transformed variables so that the technical conditions hold, but you will not be concerned here with the value of the coefficient.

Diese Übung ist Teil des Kurses

Inference for Linear Regression in R

Kurs anzeigen

Anleitung zur Übung

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

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Output the tidy model
Code bearbeiten und ausführen