print.summary.glmglrt: Prints the summary generated by summarylr
Description
This function prints a summary.glmglrt object generated by summarylr.
It works like the standard summary.glm function but additionnally
displays columns showing Rao or LRT P-values.
logical value; passed to printCoefmat; if TRUE, the P-value column is formatted by format.pval.
tst.ind
integer vector of length>=0; passed to printCoefmat; it changes the format of these columns, assuming they are statistics columns.
debuglevel
NULL or integer value; set to NULL to use the debuglevel argument that was specified in summarylr, 0 (default) to disable warnings, 1 to enable warnings and 2 to enable warnings and notes.
keep.wald
NULL or logical; set to NULL to use the keep.wald argument that was specified in summarylr. If TRUE, the standard Wald's P-values are displayed. If FALSE, the standard Wald's P-values are hidden.