knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CValternatives

The goal of CValternatives is calculate stuff.

Installation

The package can be installed from github using:

devtools::install_github("T-Engel/CValternatives")

Example

Let's calculate the Proportional Variability index (PV) of a variable Z:

library(CValternatives)
Z = c(2,3,4,5,6)
PV(Z)

And now the Consecutive disparity index (D) of the same variable:

D(Z)


T-Engel/CValternatives documentation built on Oct. 31, 2019, 12:08 a.m.