lm
lm copied to clipboard
A github repo for the advanced linear models for data science book
Would it be possible to include a short document (e.g. in README.md) specifying the command used to render the textbook? This would be useful for testing out fixes and such....
In **Section 5.6.1 Coding Sample** (line `347` of `04_least_squares.tex`) there is a typo in the `solve` invocation. It should be changed from ``` > ex2 = x2 - x1 %*%...
In the Section 5.1.1 coding example (`04_least_squares.tex`, line 54), the `x` matrix is created without a column of ones. One way to correct this is to replace ``` x =...
https://github.com/bcaffo/lm/blob/master/01_background.tex To check that $\tilde \by$ is centered, consider multiplying by $\bone_n$ (which sums its elements)... _missing "y"_ https://github.com/bcaffo/lm/blob/master/02_single_parameter.tex "are the empirical correlation and" _should say "covariance"_ https://github.com/bcaffo/lm/blob/master/02_single_parameter.tex and similarly...