R/vcov.aidsEst.R

Defines functions vcov.aidsEst

Documented in vcov.aidsEst

vcov.aidsEst <- function( object, ... ) {
   result <- object$coef$allcov
   return( result )
}

Try the micEconAids package in your browser

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

micEconAids documentation built on May 20, 2022, 5:05 p.m.