02:00
\[ \widehat{price} = -15.97+2.87\times food-1.45 \times geowest\]
"east" or "west"02:00
02:00
02:00
02:00
01:00
05:00
Consider the following multiple linear regression model, which will be the subject of the next three review questions.
01:00
Call:
lm(formula = bill_depth_mm ~ bill_length_mm + body_mass_g + species,
data = penguins)
Coefficients:
(Intercept) bill_length_mm body_mass_g speciesChinstrap
10.33083 0.09484 0.00117 -0.90748
speciesGentoo
-5.80117
Which is the correct interpretation of the coefficient in front of bill length? Select all that apply.
01:00
Call:
lm(formula = bill_depth_mm ~ bill_length_mm + body_mass_g + species,
data = penguins)
Coefficients:
(Intercept) bill_length_mm body_mass_g speciesChinstrap
10.33083 0.09484 0.00117 -0.90748
speciesGentoo
-5.80117
Which is the correct interpretation of the coefficient in front of Gentoo?
01:00
Call:
lm(formula = bill_depth_mm ~ bill_length_mm + body_mass_g + species,
data = penguins)
Coefficients:
(Intercept) bill_length_mm body_mass_g speciesChinstrap
10.33083 0.09484 0.00117 -0.90748
speciesGentoo
-5.80117
How would this linear model best be visualized?
30:00
