Description Usage Arguments Value Examples
whiten
transforms specified observation variables by estimating a whitening transformation on a sample and applying it to the population.
1 |
population |
tbl with grouping (metadata) and observation variables. |
variables |
character vector specifying observation variables. |
sample |
tbl containing sample that is used by the method to estimate whitening parameters. |
regularization_param |
optional parameter used in whitening to offset eigenvalues to avoid division by zero. |
transformed data of the same class as population
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.