get.item.params: Get item parameters and standard errors as a data.frame from...

View source: R/get.item.params.R

get.item.paramsR Documentation

Get item parameters and standard errors as a data.frame from a TAM or eRm object

Description

Get item parameters and standard errors as a data.frame from a TAM or eRm object

Usage

get.item.params(obj, type = c("andersen", "conquest"), include.se = F)

Arguments

obj

A TAM or eRm-object

type

For TAM-objects, return Andersen or Conquest ("IRT") parameters.

Details

Andersen parameters are given as easiness parameters as is the convention. Difficulty can be calculated as the negated version of the parameters.

Value

Returns a matrix of item parameters and standard errors, one row for each item

See Also

item.params.convert()

Examples

data(DHP)
tamobj<-digram.estimate(DHP)
get.item.params(tamobj)

jeppebundsgaard/RDigram documentation built on Oct. 29, 2023, 7:15 p.m.