1. 학습
  2. /
  3. 강의
  4. /
  5. Inference for Linear Regression in R

Connected

연습 문제

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()

지침

50 XP

가능한 답변