View source: R/orthogonalize.r
orthogonalize | R Documentation |
Orthogonalizes the data collected using gather_data
using
the Gram-Schmidt method.
orthogonalize(x, ...)
x |
A data frame or tibble produced with |
... |
Other arguments to be passed down, currently not implemented. |
A data frame with latent variable estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.