| vcov | R Documentation |
Returns the variance–covariance matrix of the estimated model
parameters from a fitted ForceChoice model object. The package stores
marginal standard errors rather than a joint covariance estimate, so the
returned matrix is \mathrm{diag}(\mathrm{SE}^2) for every backend.
## S3 method for class 'MIRT'
vcov(object, ...)
## S3 method for class 'MGPCM'
vcov(object, ...)
## S3 method for class 'MGGUM'
vcov(object, ...)
## S3 method for class 'FCMIRT'
vcov(object, ...)
## S3 method for class 'FCDCM'
vcov(object, ...)
## S3 method for class 'FCGDINA'
vcov(object, ...)
## S3 method for class 'FCGGUM'
vcov(object, ...)
## S3 method for class 'TIRT'
vcov(object, ...)
object |
A fitted model object of class |
... |
Additional arguments (currently ignored). |
Standard errors reflect the active estimation backend. Off-diagonal
covariances are not retained in fitted objects and are therefore reported
as zero. Parameters whose standard errors were not estimated have
NA diagonal entries.
A square numeric matrix. Rows and columns correspond to the free model parameters in the package's canonical parameter map.
vcov(MIRT): Variance–covariance matrix of parameter estimates
for MIRT objects.
vcov(MGPCM): Variance–covariance matrix for MGPCM objects.
vcov(MGGUM): Variance–covariance matrix for MGGUM objects.
vcov(FCMIRT): Variance–covariance matrix for FCMIRT objects.
vcov(FCDCM): Variance–covariance matrix for FCDCM objects.
vcov(FCGDINA): Variance–covariance matrix for FCGDINA objects.
vcov(FCGGUM): Variance–covariance matrix for FCGGUM objects.
vcov(TIRT): Variance–covariance matrix for TIRT objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.