View source: R/transform_fun.R
| range_transform | R Documentation |
For continuous X, compute its corresonding latent value Z; For ordinal X, compute its corresponding truncated interval on latent value Z.
range_transform(X, type)
X |
Original observation matrix |
type |
Data type. Either |
A list containing
ZAvailable when type=continuous. Corresponding value
LowerAvailable when type=ordinal. Lower boundary of corresponding truncated interval
UpperAvailable when type=ordinal. Upper boundary of corresponding truncated interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.