View source: R/proficiency.scale.R
describe.items | R Documentation |
Describe items
describe.items(
item.descriptions = NULL,
mod = NULL,
item.params = NULL,
outdir = getwd(),
file.name = "item.descriptions"
)
item.descriptions |
A matrix of item descriptions to edit. |
mod |
An optional object of type tam.mml or eRm from which to extract the item.params. |
item.params |
An optional matrix of item parameters to be used as a basis for the item.descriptions matrix. |
outdir |
Where to save the output file. |
file.name |
Filename of the output csv-file. |
#' mod<-digram.estimate(DHP)
describe.items(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.