Returns the variance-covariance matrix of the main parameters of fitted model
objects. The "main" parameters of models correspond to those returned by coef.
# S3 method for multipleOutcomes
vcov(object, model_index = NULL, ...)a matrix of covariance of all estimates
an object returned by multipleOutcomes().
NULL if displaying covariance matrix of all fitted models;
otherwise, an integer indicating the fitted model.
for debugging only