R/print.anova.MMLong.R

Defines functions print.anova.MMLong

print.anova.MMLong <-
function(x, ...) {
  cat('\nClass:\n',class(x),'\n',sep='')
  cat("\nModels:\n",
      paste(paste(c('Model 1','Model 2'),x$models,sep=': '), sep = "\n",
            collapse = "\n"),"\n", sep = "")
  printCoefmat(x$atable,signif.stars = FALSE,na.print='',P.values=TRUE, has.Pvalue=TRUE)
  cat('\n')
}

Try the binaryMM package in your browser

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

binaryMM documentation built on Oct. 12, 2022, 1:06 a.m.