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


kisungyou/SHT documentation built on Oct. 15, 2022, 3:18 p.m.