Description Usage Arguments Value
This estimates the minimum number of variables needed to represent a data set, the fractal dimension. The returned value is not always an integer, so take ceiling(estimate) if using to select a number of variables.
1 |
X |
the data frame or matrix of numeric covariates |
sizes |
number of box sizes to test. defaults to the number of columns in X. |
plot |
should a visualization of fractal dim(X) = \lim \frac{\log N(r)}{\log (1/r)} be shown? defaults to F. |
a list containing the estimated fractal dimension, the box sizes, and the radii of the boxes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.