powered by
This function allows to compute the inertia of a R data frame
compute_global_inertia(data)
a R data frame (all columns are required to be numeric types).
a numeric value representing the total inertia.
Link to the author's github package repository: https://github.com/Redcart/helda
# NOT RUN { result <- compute_global_inertia(mtcars) result # }
Run the code above in your browser using DataLab