itemFromRes | R Documentation |
Collect items results in a wide data frame.
itemFromRes(resultsObj)
resultsObj |
The object returned by |
A data frame in the wide format with several columns, containing model name, item name, dimension, number of valid responses per item, percentage of correct responses, item discrimination, item difficulty parameter, optional 2pl discrimination parameters, standard errors, infit and outfit.
### read exemplary results object
file <- system.file("extdata", "results.rda", package = "eatModel")
load(file)
items<- itemFromRes(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.