Description Usage Arguments Details Value Author(s) Examples
View source: R/r-utility-ranges.R
This function determines the ranges (max-min diffrences) of all numeric columns in a dataset. It is used in examples presented in the book Cichosz, P. (2015): Data Mining Algorithms: Explained Using R. See Appendix B or http://www.wiley.com/go/data_mining_algorithms for more details.
1 |
data |
a dataframe or matrix |
For each numeric column the difference between its maximum and minimum values is calculated.
A numeric vector of length equal to the number of columns of the
input dataset and names the same as their names, containing the
difference between the maximum and minimum value for numeric columns
and NA
for non-numeric columns.
Pawel Cichosz <p.cichosz@elka.pw.edu.pl>
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.