inst/doc/statistics.R

## ----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)

Try the HaDeX2 package in your browser

Any scripts or data that you put into this service are public.

HaDeX2 documentation built on Feb. 9, 2026, 5:07 p.m.