R/vcov.cesEst.R

Defines functions vcov.cesEst

Documented in vcov.cesEst

vcov.cesEst <- function( object, ... ){

   if( !is.null( object$vcov ) ) {
      return( object$vcov )
   } else {
      return( summary( object )$vcov )
   }
}

Try the micEconCES package in your browser

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

micEconCES documentation built on Jan. 6, 2023, 5:28 p.m.