R/bread.maxLik.R

Defines functions bread.maxLik

Documented in bread.maxLik

bread.maxLik <- function( x, ... ) {
   return( vcov( x ) * nObs( x ) )
}

Try the maxLik package in your browser

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

maxLik documentation built on Nov. 25, 2020, 3 a.m.