rasch | R Documentation |
Uses TAM::tam.mml()
under the hood, because the theta estimates from this
package most closely matched those from Winsteps (specifically for extreme)
cases. Can estimate models from either a list tests or a single test.
Takes care of the item prep (i.e., recoding NA
values to 0) and,
optionally, item anchoring.
rasch(test, omit_field_test = TRUE, ...)
test |
Either a list of test score data from which to estimate models or a single data frame with the item-level data. Note, this can be all tests. It does not have to be a list of only one content area, for example. |
omit_field_test |
Should field test items (those that are not anchored)
be omitted in the estimation? Defaults to |
... |
Additional arguments passed to |
A list of models
## Not run: library(exirt) all_tests <- dbprocess::get_items(db = "2021") models <- rasch(all_tests) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.