Description Usage Arguments Details Value Author(s)
View source: R/auxiliar_functions.r
Returns the variance-covariance matrix of the main parameters of a fitted model object.
1 2 |
object |
A fitted rasch model. |
type |
A character indicating which covariance matrix estimation is to be used. If 'hessian', the Hessian matrix of log-likelihood is used. if 'opg', the outer product of log-likelihood gradient is used. If 'sandwich', the previous two are used in a Huber type estimator. |
... |
Additional arguments. |
Extracts variance/covariance matrix of a fitted Rasch model. In the case of discrimination parameters, a delta method correction is implemented because these parameters are estimated on a logarithmic scale.
A matrix whose entries are the estimated covariances between the parameter estimates in the model.
Fernando Massa, fmassa@iesta.edu.uy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.