R/print.jma.r

print.jma<-function(x, ...){
cat("Coefficients:\n")
printCoefmat(round(cbind(x$betahat,t(x$se),t(x$lci),t(x$uci)), digits=5))
}

Try the MAMI package in your browser

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

MAMI documentation built on May 6, 2019, 3:02 p.m.