| ordinal_to_cutpoints | R Documentation |
ordinal_to_cutpoints() converts the ordinal endpoints to the corresponding
cutpoints of the underlying latent continuous variable. Let
P(x \le k) = G(c_k) where G is the distribution function of the
latent variable. ordinal_to_cutpoints() converts x to c_k (or to
c_{k - 1}) if strict = TRUE.
ordinal_to_cutpoints(x, cutpoints, strict)
x |
Integer vector with values in |
cutpoints |
The cutpoints on the latent scale corresponding to
|
strict |
(boolean) See function description. |
Numeric vector with cutpoints corresponding to the values in x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.