The repository includes the development version of R package MKmisc
Description
The package contains several functions for statistical data analysis; e.g. for
sample size and power calculations, computation of confidence intervals,
multiple imputation and generation of similarity matrices.
Installation
The package requires Bioconductor package limma, which can be installed via
## Install package BiocManager
install.packages("BiocManager")
## Use BiocManager to install limma
BiocManager::install("limma")
For the installation of package MKmisc use
## Installation of CRAN version
install.packages("MKmisc")
## Or the development version from GitHub
# install.packages("remotes")
remotes::install_github("stamats/MKmisc")
MKmisc
The repository includes the development version of R package MKmisc
Description
The package contains several functions for statistical data analysis; e.g. for sample size and power calculations, computation of confidence intervals, multiple imputation and generation of similarity matrices.
Installation
The package requires Bioconductor package limma, which can be installed via
For the installation of package MKmisc use
Getting started