View source: R/get.item.params.R
get.item.params | R Documentation |
Get item parameters and standard errors as a data.frame from a TAM or eRm object
get.item.params(obj, type = c("andersen", "conquest"), include.se = F)
obj |
A TAM or eRm-object |
type |
For TAM-objects, return Andersen or Conquest ("IRT") parameters. |
Andersen parameters are given as easiness parameters as is the convention. Difficulty can be calculated as the negated version of the parameters.
Returns a matrix of item parameters and standard errors, one row for each item
item.params.convert()
data(DHP)
tamobj<-digram.estimate(DHP)
get.item.params(tamobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.