content.balancing {simCAT} | R Documentation |
Content balancing
Description
Constricts the selection with content balancing (CCAT or MCCAT)
Usage
content.balancing(
bank,
administered = NULL,
content.names,
content.props,
content.items,
met.content = "MCCAT"
)
Arguments
bank |
matrix with item parameters (a, b, c) |
administered |
vector with administered items, |
content.names |
vector with the contents of the test |
content.props |
desirable proportion of each content in test, in
the same order of |
content.items |
vector indicating the content of each item |
met.content |
content balancing method
|
Value
A numeric vector with the items that will be excluded for
selection. That is, it returns the unavailable items. If all items
are available, it returns NULL
.
Author(s)
Alexandre Jaloto