/samplesize

An R package for sample size calculation (t-test and Wilcoxon test).

Primary LanguageR

samplesize

Development

To install the development version of the samplesize package, it is easiest to use the devtools package:

install.packages("devtools")  # if needed..
library(devtools)
install_github("samplesize", "shearer")
library(samplesize)