## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----setup-------------------------------------------------------------------- library(DFBA) ## ----------------------------------------------------------------------------- dfba_mcnemar(n_01 = 17, n_10 = 2) ## ----fig.width = 7------------------------------------------------------------ plot(dfba_mcnemar(n_01 = 17, n_10 = 2))