Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiuyucao committed Mar 24, 2024
1 parent 027f7d3 commit 46cd371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lab7/lab7.html
Original file line number Diff line number Diff line change
Expand Up @@ -3330,7 +3330,7 @@ <h2 data-number="1.2" class="anchored" data-anchor-id="question-1.2"><span class
F-statistic: 97.64 on 2 and 197 DF, p-value: &lt; 2.2e-16</code></pre>
</div>
</div>
<p>Although the beta coefficients all have very small P values (<span class="math inline">\(&lt;&lt;\alpha=0.05\)</span>), which means they are all significantly different from 0, the ones of the univariate model are different from the ones of multivariate model because the two variables are highly correlated and lead to multicollinearity. As a result, the model may allocate some of the effe ct of one variable to the other, making the estimation of coefficients unstable. This is why the beta coefficients differ from uni- and multivariate models.</p>
<p>Although the beta coefficients all have very small P values (<span class="math inline">\(&lt;&lt;\alpha=0.05\)</span>), which means they are all significantly different from 0, the ones of the univariate model are different from the ones of multivariate model because the two variables are highly correlated and lead to multicollinearity. As a result, the model may allocate some of the effect of one variable to the other, making the estimation of coefficients unstable. This is why the beta coefficients differ from uni- and multivariate models.</p>
</section>
</section>
<section id="exercise-2" class="level1" data-number="2">
Expand Down
2 changes: 1 addition & 1 deletion lab7/lab7.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ summary(univar_mod1)
summary(univar_mod2)
summary(multivar_mod)
```
Although the beta coefficients all have very small P values ($<<\alpha=0.05$), which means they are all significantly different from 0, the ones of the univariate model are different from the ones of multivariate model because the two variables are highly correlated and lead to multicollinearity. As a result, the model may allocate some of the effe ct of one variable to the other, making the estimation of coefficients unstable. This is why the beta coefficients differ from uni- and multivariate models.
Although the beta coefficients all have very small P values ($<<\alpha=0.05$), which means they are all significantly different from 0, the ones of the univariate model are different from the ones of multivariate model because the two variables are highly correlated and lead to multicollinearity. As a result, the model may allocate some of the effect of one variable to the other, making the estimation of coefficients unstable. This is why the beta coefficients differ from uni- and multivariate models.

# Exercise 2
## Question 2.1
Expand Down

0 comments on commit 46cd371

Please sign in to comment.