R/getAIC_bild.R

setMethod("getAIC",
    signature(object = "bild"),
    function (object) 
    {
        return(object@aic)
    }
)

Try the bild package in your browser

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

bild documentation built on Nov. 3, 2023, 5:06 p.m.