Skip to content

Commit 73bf2e5

Browse files
authored
edited table of contents
1 parent 1267a4f commit 73bf2e5

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

I/ToC.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -482,17 +482,22 @@ title: "Table of Contents"
482482

483483
1.3. Simple linear regression <br>
484484
&emsp;&ensp; 1.3.1. *[Definition](/D/slr)* <br>
485-
&emsp;&ensp; 1.3.2. *[Regression line](/D/regline)* <br>
485+
&emsp;&ensp; 1.3.2. **[Special case of multiple linear regression](/P/slr-mlr)** <br>
486486
&emsp;&ensp; 1.3.3. **[Ordinary least squares](/P/slr-ols)** <br>
487487
&emsp;&ensp; 1.3.4. **[Expectation of estimates](/P/slr-olsmean)** <br>
488488
&emsp;&ensp; 1.3.5. **[Variance of estimates](/P/slr-olsvar)** <br>
489-
&emsp;&ensp; 1.3.6. **[Effects of mean-centering](/P/slr-meancent)** <br>
490-
&emsp;&ensp; 1.3.7. **[Regression line includes center of mass](/P/slr-comp)** <br>
491-
&emsp;&ensp; 1.3.8. **[Sum of residuals is zero](/P/slr-ressum)** <br>
492-
&emsp;&ensp; 1.3.9. **[Correlation with covariate is zero](/P/slr-rescorr)** <br>
493-
&emsp;&ensp; 1.3.10. **[Residual variance in terms of sample variance](/P/slr-resvar)** <br>
494-
&emsp;&ensp; 1.3.11. **[Correlation coefficient in terms of slope estimate](/P/slr-corr)** <br>
495-
&emsp;&ensp; 1.3.12. **[Coefficient of determination in terms of correlation coefficient](/P/slr-rsq)** <br>
489+
&emsp;&ensp; 1.3.6. **[Distribution of estimates](/P/slr-olsdist)** <br>
490+
&emsp;&ensp; 1.3.7. **[Effects of mean-centering](/P/slr-meancent)** <br>
491+
&emsp;&ensp; 1.3.8. *[Regression line](/D/regline)* <br>
492+
&emsp;&ensp; 1.3.9. **[Regression line includes center of mass](/P/slr-comp)** <br>
493+
&emsp;&ensp; 1.3.10. **[Projection of data point to regression line](/P/slr-proj)** <br>
494+
&emsp;&ensp; 1.3.11. **[Sums of squares](/P/slr-sss)** <br>
495+
&emsp;&ensp; 1.3.12. **[Transformation matrices](/P/slr-mat)** <br>
496+
&emsp;&ensp; 1.3.13. **[Sum of residuals is zero](/P/slr-ressum)** <br>
497+
&emsp;&ensp; 1.3.14. **[Correlation with covariate is zero](/P/slr-rescorr)** <br>
498+
&emsp;&ensp; 1.3.15. **[Residual variance in terms of sample variance](/P/slr-resvar)** <br>
499+
&emsp;&ensp; 1.3.16. **[Correlation coefficient in terms of slope estimate](/P/slr-corr)** <br>
500+
&emsp;&ensp; 1.3.17. **[Coefficient of determination in terms of correlation coefficient](/P/slr-rsq)** <br>
496501

497502
1.4. Multiple linear regression <br>
498503
&emsp;&ensp; 1.4.1. *[Definition](/D/mlr)* <br>

0 commit comments

Comments
 (0)