Open jvparidon opened 2 years 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.
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.