https://github.com/cran/bild
Raw File
Tip revision: 3f407ee4e9ac1ab16a3bee4792323da49e5b0af6 authored by M. Helena Gonçalves on 01 February 2012, 00:00:00 UTC
version 1.0-4-dup
Tip revision: 3f407ee
getAIC_bild.R
setMethod("getAIC",
    signature(object = "bild"),
    function (object) 
    {
        return(object@aic)
    }
)

back to top