Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalized linear regression (#896)
* notes from glm workshop * Flesh out explanation of continuous and unbounded, and add box on probs, odds, and logits. * Update metadata, add quick review of linear models * Flesh out linear models review * Start example with code * Finish example * Add R code used in module and missing image file * Put in metadata, improve quiz questions * Add missing metadata * Correct version number after super handy autochecker caught my mistake! * Update data example to sepsis * Replace example data * Reordering sections for improved flow (hopefully!) * Reorder generalized linear regression (#914) * fix mathjax * general structure/reordering * reordering/naming sections * Rearrange example content and add quiz on outcome variables * Add brief explanation of terms in linear model * Add more explanation before linear model sepsis example * Rework "probability and odds" section as "talking about chance", reordering some headings * improve hyperlink text Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Improve hyperlink text Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking punctuation for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking punctuation for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking wording for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking wording for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking wording for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking punctuation for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Clarifying * Improve quiz answer Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking punctuation for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking wording for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * Tweaking punctuation for clarity Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com> * clarify convergence Co-authored-by: Rose M. Hartman <rosemm@users.noreply.github.com> * update answser explanation for clarity Co-authored-by: Rose M. Hartman <rosemm@users.noreply.github.com> --------- Co-authored-by: drelliche <99294374+drelliche@users.noreply.github.com> Co-authored-by: franzenr <87659159+franzenr@users.noreply.github.com>
- Loading branch information