View source: R/proficiency.scale.R
item.descriptions.from.params | R Documentation |
Produce a template matrix of item descriptions from item parameters
item.descriptions.from.params(item.params = NULL, mod = NULL)
item.params |
A matrix of item parameters, items in rows and categories in columns. Item-names as rownames. |
mod |
An optional object of type tam.mml or eRm from which to extract the item.params. |
Returns a matrix of item descriptions.
mod<-digram.estimate(DHP)
item.descriptions.from.params(mod=mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.