coef.rasch {ltm} | R Documentation |
Extracts the estimated parameters from an rasch
object.
## S3 method for class 'rasch': coef(object, ...)
object |
an object inheriting from class rasch . |
... |
additional arguments; currently none is used. |
The matrix of the estimated parameters for the fitted model.
Dimitris Rizopoulos dimitris.rizopoulos@med.kuleuven.be
m1 <- rasch(Lsat) coef(m1) m2 <- rasch(Abortion) coef(m2)