Open m-clark opened 6 months ago
I've started throwing the full links into the code, @m-clark, but they are very likely going to run into the margins (in addition to not being too friendly to type). Is changing them over to a tiny url okay?
Yeah, definitely have to watch out for that, we have several pain points on code getting into the margins remaining even after I've tried to catch most, so best not to add to it. I'll add the raw url to the dataset descriptions in the appendix (which is up to date but not pushed yet)
Side note: the problem with title spacing on tbl/fig captions was due to a single table (in glm chapter) that had a label but no caption. Every thing was fine before that and incorrectly spaced after. Giving it a title fixes the problem.
Let's move any 'by-hand' models that were in GLM and extensions to a new appendix doc that will be available in the web version only.
I'd forgotten about this but on revisiting think it may still be a good idea. Initially the 'by-hand' was going to be the focus, but I'm not as convinced it's as useful in the current. However, we condensed the GLM stuff to one demo. We also dropped the additive (which is available in my other doc) and mixed (which I've never felt has an intuitive/simple approach), leaving only the quantile, which is an easy demo similar to GLM.
From our discussion:
Code:
data/data.csv
(e.g. https://raw.githubusercontent.com/m-clark/book-of-models/main/data/heart_disease_processed.csv)GLM
Other