Description Usage Arguments Value
Criterion function
1 2 3 4 5 6 7 | getCriterionRes(
rm1,
rm2,
select = c("Gini Index", "CLF Criterion"),
grid = c("symmetric", "sparse"),
shift = NULL
)
|
rm1 |
Fitted Rasch Model object corresponding to the first group. Object is of class "raschmodel", produced by function |
rm2 |
Fitted Rasch Model object corresponding to the second group. Object is of class "raschmodel", produced by function |
select |
criterion: Gini Index or CLF Criterion |
grid |
grid method: symmetric or sparse |
shift |
desired shift. if NULL, then the criterion maximizing is used. Can also be numeric to get desired shift. Caution: must be within grid! |
a list which contains:
a list with the results (grid values, criterion values, information about the optima)
a rm object,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.