stan-dev / rstanarm

rstanarm R package for Bayesian applied regression modeling
https://mc-stan.org/rstanarm
GNU General Public License v3.0
385 stars 132 forks source link

wells dataset wrong variable name #552

Closed storopoli closed 2 years ago

storopoli commented 2 years ago

While lecturing this week on binomial regression I was showcasing the wells dataset (Gelman & Hill, 2007) and found an incosistency. In the help pane the variable was named as association but it is only assoc.

r$> names(wells)
[1] "switch"  "arsenic" "dist"    "assoc"   "educ"
storopoli commented 2 years ago

@jgabry this is a simple typo fix. See if makes sense otherwise I can close this.