Multivariate Models Inference
\[ \text{PriceK} = b_0 + b_1(\text{HomeSizeK}) + b_2(\text{Neighborhood}) \]
(Intercept) HomeSizeK NeighborhoodEastside
177.24018 67.85362 -66.21476

PRE= 0

PRE= 0.3595436

PRE= 0.4217041

PRE= 0.5428084
Population Parameters: \(\beta_0\), \(\beta_1\), \(\beta_2\)
Sample Statistics: \(b_0\), \(b_1\), \(b_2\)
Null Distribution Assumptions:
\[ t = \frac{b_j}{SE(b_j)} \]
Estimate Std. Error t value Pr(>|t|)
(Intercept) 177.24018 43.66642 4.058959 0.0003408006
HomeSizeK 67.85362 19.90140 3.409490 0.0019321124
NeighborhoodEastside -66.21476 23.89049 -2.771594 0.0096394164
Does NeighborhoodEastside have a negative impact on PriceK?
Estimate Std. Error t value Pr(>|t|)
(Intercept) 177.24018 43.66642 4.058959 0.0003408006
HomeSizeK 67.85362 19.90140 3.409490 0.0019321124
NeighborhoodEastside -66.21476 23.89049 -2.771594 0.0096394164
Find a 95% C.I. for \(\beta_\text{HomeSizeL}\):
CourseKata Ch. 13 (2)