README.md

MKpower   MKpower

The repository includes the development version of R package MKpower

License: LGPL v3 Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge cran checks

Description

Power analysis and sample size calculation for Welch and Hsu (Hedderich and Sachs (2018), ISBN:978-3-662-56657-2) t-tests including Monte-Carlo simulations of empirical power and type-I-error. Power and sample size calculation for Wilcoxon rank sum and signed rank tests via Monte-Carlo simulations. Power and sample size required for the evaluation of a diagnostic test(-system) (Flahault et al. (2005), ; Dobbin and Simon (2007), ) as well as for a single proportion (Fleiss et al. (2003), ISBN:978-0-471-52629-2; Piegorsch (2004), ; Thulin (2014), ), comparing two negative binomial rates (Zhu and Lakkis (2014), ), ANCOVA (Shieh (2020), ), reference ranges (Jennen-Steinmetz and Wellek (2005), ), and multiple primary endpoints (Sozu et al. (2015), ISBN:978-3-319-22005-5).

Installation

CRAN version

```{r, eval = FALSE} install.packages("MKpower")



### Development version from GitHub

```{r, eval = FALSE}
if(!require("remotes")) install.packages("remotes")
remotes::install_github("stamats/MKpower")

Getting started

library(MKpower)
vignette("MKpower")


stamats/MKpower documentation built on April 10, 2024, 3:34 p.m.