R/functionkeep.R

`.functionkeep` <-
function(object, AIC)
{
    list(df.resid=object$df.resid, deviance=object$deviance, term=as.character(object$formula)[3], AIC=AIC)
}

Try the biomod2 package in your browser

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

biomod2 documentation built on May 2, 2019, 5:08 p.m.