R/print.jrfit.R

print.jrfit <-
function (x, ...) 
{
    coef <- coef(x)
    cat("\nCoefficients:\n")
    print(coef, ...)
}
kloke/jrfit documentation built on May 20, 2019, 12:34 p.m.