R/vcov.cmulti.R

Defines functions vcov.cmulti

vcov.cmulti <- 
function(object, ...) 
{
    rv <- object$vcov
    NAM <- names(coef(object))
    dimnames(rv) <- list(NAM, NAM)
    rv
}

Try the detect package in your browser

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

detect documentation built on March 31, 2023, 10:02 p.m.