Skip to content

Commit

Permalink
Fixed issue 812 Broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishy7777 committed Dec 4, 2024
1 parent 3a30784 commit abd45c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/radon_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Hierarchical Linear Regression (Radon Contamination dataset)\n",
"\n",
"In this notebook we want to revisit the classical hierarchical linear regression model based on the dataset of the *Radon Contamination* by Gelman and Hill. In particular, we want to show how easy is to port the [PyMC](https://docs.pymc.io/en/v3/) models, presented in the very complete article [A Primer on Bayesian Methods for Multilevel Modeling](https://docs.pymc.io/projects/examples/en/latest/case_studies/multilevel_modeling.html), to [Bambi](https://bambinos.github.io/bambi/main/index.html) using the more concise formula specification for the models.\n",
"In this notebook we want to revisit the classical hierarchical linear regression model based on the dataset of the *Radon Contamination* by Gelman and Hill. In particular, we want to show how easy is to port the [PyMC](https://docs.pymc.io/en/v3/) models, presented in the very complete article [A Primer on Bayesian Methods for Multilevel Modeling](https://docs.pymc.io/projects/examples/en/latest/case_studies/multilevel_modeling.html), to [Bambi](https://bambinos.github.io/bambi/notebooks/) using the more concise formula specification for the models.\n",
"\n",
"\n",
"This example has been ported from PyMC by Juan Orduz ([\\@juanitorduz](https://github.com/juanitorduz)) and Bambi developers. "
Expand Down

0 comments on commit abd45c8

Please sign in to comment.