Skip to content

stamats/MKmisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages