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()
Cet exercice fait partie du cours
Inference for Linear Regression in R
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
