basis_half_circle | R Documentation |
Orthonormalizes uniform variable contributions on a unit circle. This serves as a NULL basis, one that is variable agnostic while spacing the variables to have minimize variable dependence.
basis_half_circle(data)
data |
The data to create a basis for. |
Other basis producing functions:
basis_guided()
,
basis_odp()
,
basis_olda()
,
basis_onpp()
,
basis_pca()
dat <- scale_sd(wine[, 2:6])
bas <- basis_half_circle(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.