get_random_start_values_p {iotarelr} | R Documentation |
Generating randomly chosen probabilities for Assignment Error Matrix
Description
Function written in C++
for generating a set of randomly chosen
probabilities for the Assignment Error Matrix.
Usage
get_random_start_values_p(n_categories)
Arguments
n_categories |
Integer for the number of categories in the data. Must be at least 2. |
Value
Returns a matrix for Assignment Error Matrix (AEM) with randomly generated probabilities. The generated probabilities are in line with the assumption of weak superiority.
[Package iotarelr version 0.1.5 Index]