R/vcov.R

Defines functions vcov.random

#' @importFrom stats vcov
#' @export
vcov.random <- function(object, ...) {
  ans <- object$structure.matrix
  attr(ans, 'inverse') <- object$structure.type == 'precision'
  ans
}
famuvie/breedR documentation built on Sept. 6, 2021, 4:50 a.m.