Paul Glezen
Paul Glezen
Line 246 of `05_linear.md` has a sentence that seems to have been cut off. > This is generally preferable and less The data has to go into ... I think...
The first code sample of `04_rttm.md` has the following line: ``` R g = g + geom_abline(position = "identity") ``` This won't compile in my version of R (3.2.3). The...
The second sentence in `06_residuals.md` should start: > The errors **are** unobservable true errors from the known coefficients, The "are" is missing.
Line 251 of `01_introduction.md` has a typo. The phrase > from bot parent and child should be > from both parent and child. If you'd like, I can send a...
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 =...
It would help if I could add an HTTP header value to the `gron` command so that I could specify an API key. As it is, I use `curl` and...