Learn R Programming

irtplay (version 1.6.2)

summary: Summary of item calibration

Description

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

Usage

summary(object, ...)

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

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

Arguments

object

An object of class est_irt or est_item.

...

Further arguments passed to or from other methods.

Methods (by class)

  • est_irt: An object created by the function est_irt.

  • est_item: An object created by the function est_item.

See Also

est_irt, est_item

Examples

Run this code
# NOT RUN {
# 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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab