R/vcov.moult.R

Defines functions vcov.moult

vcov.moult <- function(object, ...)
{ rval <- object$vcov
  return(rval)
}

Try the moult package in your browser

Any scripts or data that you put into this service are public.

moult documentation built on Aug. 30, 2022, 9:06 a.m.