knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Statistical Hypothesis Testing in R

CRAN_Status_Badge Travis-CI Build Status

SHT aims at providing a casket of tools for hypothesis testing procedures ranging from classical to modern techniques. We hope it not be used as a primary means of $p$-hacking.

Installation

SHT released version can be obtained from CRAN with:

install.packages("SHT")

or the up-to-date development version from github:

## install.packages("devtools")
## library(devtools)
devtools::install_github("kisungyou/SHT")


kisungyou/SHT documentation built on Feb. 27, 2025, 6:12 a.m.