Interpreting coefficients
What is the correct interpretation of the coefficient on Service
in the linear model which regresses Price
on Service
, Food
, and Decor
?
You will need to run the linear model before answering the question:
lm(Price ~ Service + Food + Decor, data=restNYC) %>% tidy()
Diese Übung ist Teil des Kurses
Inference for Linear Regression in R
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
