## ----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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.