R/fitted.radfit.R

`fitted.radfit` <-
    function(object, ...)
{
    sapply(object$models, fitted)
}

`fitted.radfit.frame` <-
    function(object, ...)
{
    lapply(object, fitted, ...)
}
pattakosn/Rworkshop documentation built on May 24, 2019, 8:22 p.m.