Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(HaDeX2)
## ----eval=FALSE---------------------------------------------------------------
# t.test(x = st_1, y = st_2,
# paired = FALSE,
# alternative = "two.sided",
# conf.level = confidence_level)$p.value
## ----eval=FALSE---------------------------------------------------------------
# p.adjust(p_dat[["P_value"]], method = p_adjustment_method)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.