R/vcov.JMbayes.R

vcov.JMbayes <-
function (object, ...) {
    vmat <- object$vcov
    (vmat + t(vmat)) / 2
}
drizopoulos/JMbayes documentation built on Feb. 2, 2021, 12:34 a.m.