R/coef.summ.grouped.R

"coef.summ.grouped" <-
function(object, ...){
    if(!inherits(object, "summ.grouped"))
        stop("Use only with 'summ.grouped' objects.\n")
    round(object$coef, 3)
}

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.