R/print.gm.R

print.gm <-
function (x, ...) 
{
    cat("Call:\n")
    print(x$call)
    cat("\nParameters:\n")
    print(signif(x$par, 4))
}

Try the ctmcd package in your browser

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

ctmcd documentation built on May 31, 2023, 7:55 p.m.