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
Z
Available when type=continuous
. Corresponding value
Lower
Available when type=ordinal
. Lower boundary of corresponding truncated interval
Upper
Available 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.