R/get_aic.R

Defines functions get_aic

## Estimate of AIC
get_aic <- function(model){
    ans <- AIC(model)
    ans
}

Try the drLumi package in your browser

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

drLumi documentation built on May 2, 2019, 2:45 p.m.