R/vcov.mleBb.R

Defines functions vcov.mleBb

Documented in vcov.mleBb

vcov.mleBb <- function(object,...){
    v <- attr(object,"covMat")
    if(is.null(v)) v <- NA
    v
}

Try the dbd package in your browser

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

dbd documentation built on Aug. 19, 2021, 5:07 p.m.