getCriterionRes: Criterion function

Description Usage Arguments Value

View source: R/anchorpoint.R

Description

Criterion function

Usage

1
2
3
4
5
6
7
getCriterionRes(
  rm1,
  rm2,
  select = c("Gini Index", "CLF Criterion"),
  grid = c("symmetric", "sparse"),
  shift = NULL
)

Arguments

rm1

Fitted Rasch Model object corresponding to the first group. Object is of class "raschmodel", produced by function raschmodel of the package psychotools.

rm2

Fitted Rasch Model object corresponding to the second group. Object is of class "raschmodel", produced by function raschmodel of the package psychotools.

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!

Value

a list which contains:


lucasmanuelkohler/anchorpoint documentation built on April 16, 2021, 6:41 a.m.