Learn R Programming

mdapack

The goal of mdapack is to use the functions available to perform univariate analysis on a given data set and plot heatmaps showing correlation between numerical variables.

Installation

You can install the released version of mdapack from CRAN with:

install.packages("mdapack")

Example

This is a basic example which shows you how to solve a common problem:

library(mdapack)
## basic example code

Copy Link

Version

Install

install.packages('mdapack')

Monthly Downloads

19

Version

0.0.2

License

MIT + file LICENSE

Maintainer

Henry Nanji

Last Published

May 20th, 2020

Functions in mdapack (0.0.2)

plotHeatmapGroup

A plotHeatmapGroup Function
univariateAnalysis

A univariateAnalysis Function
correctType

A correctType Function
discretize

A discretize Function
mutualInfo

A mutualInfo Function
missingAnalysis

A missingAnalysis Function
outlier_detection

Outlier detection function
checkValidity

A checkValidity Function
plotBoxplotGroup

A plotBoxplotGroup Function
checkVariableNames

A checkVariableNames Function