covjmcm_mcd {varjmcm} | R Documentation |
covjmcm_mcd
gives an estimation of the covariance of estimated parameters in a MCD model using
the explicit formula, which is the inverse of the estimated Fisher's information matrix.
covjmcm_mcd(object)
object |
a fitted joint mean-covariance model of class "jmcmMod", returned by the function |
an estimated covariance matrix of the estimated parameters in a MCD model.
[1] Pourahmadi, M., "Maximum likelihood estimation of generalised linear models for multivariate normal covariance matrix," Biometrika 87(2), 425–435 (2000).
covjmcm
, covjmcm_acd
, and covjmcm_hpc
cattleA <- cattle[cattle$group=='A', ]
fit.mcd <- jmcm(weight|id|I(ceiling(day/14+1))~1|1,
data = cattleA, cov.method = "mcd",
triple = c(8,3,4))
cov.mcd <- covjmcm_mcd(fit.mcd)