README.md

MKinfer   MKinfer

The repository includes the development version of R package MKinfer

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

Computation of various confidence intervals (Altman et al. (2000), ISBN:978-0-727-91375-3; Hedderich and Sachs (2018), ISBN:978-3-662-56657-2) including bootstrapped versions (Davison and Hinkley (1997), ISBN:978-0-511-80284-3) as well as Hsu (Hedderich and Sachs (2018), ISBN:978-3-662-56657-2), permutation (Janssen (1997), ), bootstrap (Davison and Hinkley (1997), ISBN:978-0-511-80284-3), intersection-union (Sozu et al. (2015), ISBN:978-3-319-22005-5) and multiple imputation (Barnard and Rubin (1999), ) t-test; furthermore, computation of intersection-union z-test as well as multiple imputation Wilcoxon tests. Graphical visualization by volcano and Bland-Altman plots (Bland and Altman (1986), ; Shieh (2018), ).

Installation

```{r, eval = FALSE}

Installation of CRAN version

install.packages("MKinfer")

Development version from GitHub

install.packages("remotes")

remotes::install_github("stamats/MKinfer")


## Getting started

```{r}
library(MKinfer)


stamats/MKinfer documentation built on April 10, 2024, 3:33 p.m.