coef.rasch {ltm}R Documentation

Loadings for rasch objects

Description

Extracts the estimated parameters from an rasch object.

Usage

## S3 method for class 'rasch':
coef(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.

Author(s)

Dimitris Rizopoulos dimitris.rizopoulos@med.kuleuven.be

See Also

rasch

Examples


m1 <- rasch(Lsat)
coef(m1)

m2 <- rasch(Abortion)
coef(m2)


[Package ltm version 0.2-1 Index]