README.md

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


kyoustat/SHT documentation built on Feb. 27, 2025, 4:08 a.m.