View source: R/content.balancing.R
| content.balancing | R Documentation |
Constricts the selection with content balancing (CCAT or MCCAT)
content.balancing(
bank,
administered = NULL,
content.names,
content.props,
content.items,
met.content = "MCCAT"
)
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
|
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.
Alexandre Jaloto
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.