ordinalize {OrdNor} | R Documentation |
Ordinalizes the standard normal variable
Description
The function transforms the standard normal variable to an ordinal variable with a specified probability for each category.
Usage
ordinalize(pvec, z)
Arguments
pvec |
A vector of probabilities for an ordinal variable. The i-th element of the |
z |
A vector of samples from the standard normal distribution. |
Value
A vector of ordinalized variates.
[Package OrdNor version 2.2.3 Index]