"power.ctepd" is a R package for power and sample size calculations. Please use the following steps to install 'power.ctepd' package:
- First, you need to install the 'devtools' package. You can skip this step if you have ' devtools' inst alled in your R. Invoke R and then type
install.packages("devtools")
- Load the devtools package.
library(devtools)
- Install "power.ctepd" package with R command
install_github("statapps/ctepd")
Version history,
- version 0.05 is the initial version, with support for one sample survival distribution (2016).
- version 0.06: add sample size for Simon's pick winner design(2016).
- version 0.07: add sample size for case control SNP analysis (2017).
- version 0.08: add sample size for false discovery rate (FDR) with t-tests (2017).