View source: R/proficiency.scale.R
read.item.descriptions | R Documentation |
Read item descriptions from file
read.item.descriptions(mod, file.name = "item.descriptions.csv")
mod |
A TAM model to be used when filtering the item descriptions (see details) |
file.name |
An optional filename of the item descriptions. Default is 'item.descriptions.csv'. |
Item descriptions are filtered so descriptions of unused items are left out, and non-existing descriptions are given the item-name and cathegory
Returns item descriptions from file.
mod<-digram.estimate(DHP)
read.item.descriptions(mod=mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.