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()
Este exercício faz parte do curso
Inference for Linear Regression in R
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
