Skip to content

Commit fe396c1

Browse files
Benjamin T. Vincentdrbenvincent
Benjamin T. Vincent
andauthored
update Binomial regression notebook to v4 (#273)
* create truncated regression example * delete truncated regression example from main branch * create truncated regression example * delete truncated regression example from main branch * update to v4 * fixed notebook label + remove unnecessary xarray .stack operation * add url field to bibtex reference * create truncated regression example * delete truncated regression example from main branch * adding line breaks back in to references which disappeared for some reason * fix spelling + remove unicode symbols + experiment with # hide-input * correctly use hide-input in cell tags (not comments) * after running: pre-commit run --all Co-authored-by: Benjamin T. Vincent <[email protected]>
1 parent cb2ae3f commit fe396c1

File tree

2 files changed

+193
-218
lines changed

2 files changed

+193
-218
lines changed

examples/generalized_linear_models/GLM-binomial-regression.ipynb

Lines changed: 186 additions & 218 deletions
Large diffs are not rendered by default.

examples/references.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,13 @@ @article{nowlan1992simplifying
244244
year = {1992},
245245
publisher = {MIT Press}
246246
}
247+
@book{roback2021beyond,
248+
title = {Beyond multiple linear regression: Applied generalized linear models and multilevel models in R},
249+
author = {Roback, P., and Legler, J.},
250+
year = {2021},
251+
publisher = {CRC Press},
252+
url = {https://bookdown.org/roback/bookdown-BeyondMLR/}
253+
}
247254
@inproceedings{salakhutdinov2008bayesian,
248255
title = {Bayesian Probabilistic Matrix Factorization Using Markov Chain Monte Carlo},
249256
author = {Salakhutdinov, Ruslan and Mnih, Andriy},

0 commit comments

Comments
 (0)