jvparidon / lmerMultiMember

Multiple membership random effects. Wrapper around lme4::lmer and lme4::glmer.
https://jvparidon.github.io/lmerMultiMember/
MIT License
16 stars 1 forks source link

Find example dataset with multimembership variables for users to play around with #7

Open jvparidon opened 2 years ago

jvparidon commented 2 years ago

I added an example dataset for Bradley-Terry models, nfl_scores_2021 which, as the name suggests, contains the NFL scores for the 2021 season. See https://jvparidon.github.io/lmerMultiMember/articles/bradleyterry_models.html for details.

Working on adding a similar vignette for regular multiple membership models, based on an iterated learning experiment.

jvparidon commented 1 year ago

I ended up adding the atp_doubles dataset, which contains outcomes and other data for ATP doubles matches. This is a fun dataset, but also more of a Bradley-Terry style dataset, rather than a vanilla multiple membership situation.

The iterated learning dataset ended up not working out (experiment too complicated to explain in a vignette, data modeling too messy for a tutorial) so I'm still looking for something better.