## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(DFBA)
## -----------------------------------------------------------------------------
M1 <-c(1.49, 0.64, 0.96, 2.34, 0.78, 1.29, 0.72, 1.52, 0.62, 1.67, 1.19, 0.860)
M2 <- c(0.53, 0.55, 0.58, 0.97, 0.60, 0.22, 0.05, 13.14, 0.63, 0.33, 0.91, 0.37)
dfba_sign_test(Y1 = M1,
Y2 = M2)
## ----fig.width = 7------------------------------------------------------------
plot(dfba_sign_test(Y1 = M1,
Y2 = M2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.