R/print.resid.grouped.R

"print.resid.grouped" <-
function(x, ...){
    if(!inherits(x, "resid.grouped"))
        stop("Use only with 'resid.grouped' objects.\n")
    res <- x$residuals
    names(res) <- x$nam.res
    print(res)
    invisible(x)
}

Try the grouped package in your browser

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

grouped documentation built on May 2, 2019, 2:42 a.m.