R/AIC.jmodelTM.R

AIC.jmodelTM <-  function (object, ...) {
  - 2 * object$logLik + 2 * nrow(object$Vcov)
}
  

Try the JSM package in your browser

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

JSM documentation built on Sept. 4, 2020, 1:08 a.m.