R/print.summary.swgee.R

Defines functions print.summary.swgee

Documented in print.summary.swgee

print.summary.swgee <-
function(x, ...)
{
    cat("Call: beta \n")
    printCoefmat(x$beta, P.values=TRUE, has.Pvalue=TRUE)
    cat("\n")
    cat("Call: alpha \n")
    printCoefmat(x$alpha, P.values=TRUE, has.Pvalue=TRUE)
}

Try the swgee package in your browser

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

swgee documentation built on May 2, 2019, 10:25 a.m.