cas.cv: Coefficient of Variation

View source: R/descriptive_stats.R

cas.cvR Documentation

Coefficient of Variation

Description

Returns the coefficient of variation of the values for each column in the input table.

Usage

cas.cv(CASTable)

Arguments

x

CASTable.

Details

This function operates on numeric columns only.

Value

vector

The result is a named numeric vector. You can access the coefficient of variation by column name or index.

Examples

## Not run: 
x <- cas.cv(irisct)
x['Sepal.Length']
x[1:2]

## End(Not run)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.