Data Mishap
Slides for a 5-min talk about a data mishap, for the Data Mishaps community night organized by Caitlin Hudon (@beeonaposy) and Laura Ellis (@LittleMissData), 2021-02-05.
PDF of slides: https://kbroman.org/Talk_DataMishap
PDF of slides with notes: https://kbroman.org/Talk_DataMishap/data_mishap_notes.pdf
Draft transcript: talk_text.md
Video re-recording: https://youtu.be/BIbyBC4D7VE
See also lecture 10 (Model misspecification: estimating allele frequencies) from the course Advanced data analysis.
Package requirements
To build the slides, you need the R packages magick, broman, qtl2, qtl2convert:
install.packages(c("qtl2", "qtl2convert", "broman", "magick"))