summary: Summary of item calibration

View source: R/summary.R

summaryR Documentation

Summary of item calibration

Description

This method function summarizes the IRT calibration results of est_irt or est_item object.

Usage

summary(object, ...)

## S3 method for class 'est_irt'
summary(object, ...)

## S3 method for class 'est_mg'
summary(object, ...)

## S3 method for class 'est_item'
summary(object, ...)

Arguments

object

An object of class est_irt or est_item.

...

Further arguments passed to or from other methods.

Value

The method function returns a list of internal objects extracted from est_irt or est_item object and displays a summary of the IRT calibration results on the console panel.

Methods (by class)

  • summary(est_irt): An object created by the function est_irt.

  • summary(est_mg): An object created by the function est_mg.

  • summary(est_item): An object created by the function est_item.

Author(s)

Hwanggyu Lim hglim83@gmail.com

See Also

est_irt, est_item

Examples


# fit the 1PL model to LSAT6 data and constrain the slope parameters to be equal
fit.1pl <- est_irt(data = LSAT6, D = 1, model = "1PLM", cats = 2, fix.a.1pl = FALSE)

# summary of the estimation
summary(fit.1pl)



irtQ documentation built on Sept. 11, 2024, 5:10 p.m.