Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wells dataset wrong variable name #552

Merged
merged 1 commit into from
Apr 14, 2022
Merged

wells dataset wrong variable name #552

merged 1 commit into from
Apr 14, 2022

Conversation

storopoli
Copy link
Member

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"

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
r$> names(wells)
[1] "switch"  "arsenic" "dist"    "assoc"   "educ"
```
@storopoli
Copy link
Member Author

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

Copy link
Member

@jgabry jgabry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @storopoli!

@jgabry jgabry merged commit 3dab09c into stan-dev:master Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants