vcov.rasch {ltm} | R Documentation |
Extracts the asymptotic variance-covariance matrix of the MLEs from a rasch
object.
## S3 method for class 'rasch': vcov(object, ...)
object |
an object inheriting from class rasch . |
... |
additional arguments; currently none is used. |
a numeric matrix representing the estimated covariance matrix of the maximum likelihood estimates.
Dimitris Rizopoulos dimitris.rizopoulos@med.kuleuven.be
m <- rasch(Wirs) vcov(m) sqrt(diag(vcov(m))) # standard errors