stamats / MKmisc

R package MKmisc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MKmisc

The repository includes the development version of R package MKmisc

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

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")

Getting started

library(MKmisc)

About

R package MKmisc


Languages

Language:R 100.0%