varequal

Repo_Status_Badge CRAN_Status_Badge R-CMD-check Downloads Downloads

An R package for testing whether group variances are equal.

Installation

You can install the package from CRAN with:

install.packages("varequal")

or the development version from GitHub with:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("P10911004-NPUST/varequal")

Quick start

is_var_equal(roGFP[[1]], ro ~ grp)

TODO