R/getAIC_cold.R

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

Try the cold package in your browser

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

cold documentation built on Aug. 25, 2021, 5:06 p.m.