compute_global_inertia: Inertia of a data frame

Description Usage Arguments Value Author(s) References Examples

View source: R/compute_global_inertia.R

Description

This function allows to compute the inertia of a R data frame

Usage

1

Arguments

data

a R data frame (all columns are required to be numeric types).

Value

a numeric value representing the total inertia.

Author(s)

Simon CORDE

References

Link to the author's github package repository: https://github.com/Redcart/helda

Examples

1
2
result <- compute_global_inertia(mtcars)
result

helda documentation built on Jan. 6, 2021, 5:09 p.m.