R/print.mma.r

print.mma<-function(x, ...){
cat("Coefficients:\n")
printCoefmat(round(x$coefficients, digits=3))
}

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.