README.md

covTestR

CRAN_Status_Badge codecov Travis-CI Build
Status

Overview

covTestR is an equality of covariance testing suite. Currently only equality of 2 and k group tests are available for high dimensional data. There are future plans for one sample tests for high dimensinal data, pretty print methods, and a wrapper function just to test.

In developing covTests we found it useful to have it play nice with the “tidyverse.” At this point we have not thought of all the uses and combinations with these packages so if you think of something not currently implemented please file a minimal reproducible example on github.

Installation

You can install the latest development version from github with

if (packageVersion("devtools") < 1.6) {
  install.packages("devtools")
}
devtools::install_github("benbarnard/covTestR")

If you encounter a clear bug, please file a minimal reproducible example on github.

Example

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

library(tidyverse)
library(covTestR)

iris %>% group_by(Species) %>% homogeneityCovariances


BenBarnard/EqualCov documentation built on Dec. 4, 2019, 5:29 p.m.