coef.rasch {ltm}R Documentation

Loadings for rasch objects

Description

Extracts the estimated parameters from an rasch object.

Usage

coef.rasch(object, ...)

Arguments

object an object inheriting from class rasch.
... additional arguments; currently none is used.

Value

The matrix of the estimated parameters for the fitted model.

See Also

rasch

Examples


m1 <- rasch(Lsat)
coef(m1)

m2 <- rasch(Abortion)
coef(m2)


[Package ltm version 0.1-1 Index]