printCoefmat.mp: Print Coefficient Matrices (Multiple P-value Precision...

printCoefmat.mpR Documentation

Print Coefficient Matrices (Multiple P-value Precision Limits)

Description

Modification of printCoefmat to use multiple P-value precision limits.

Usage

printCoefmat.mp(
  x,
  digits = max(3L, getOption("digits") - 2L),
  signif.stars = getOption("show.signif.stars"),
  signif.legend = signif.stars,
  dig.tst = max(1L, min(5L, digits - 1L)),
  cs.ind = 1:k,
  tst.ind = k + 1,
  zap.ind = integer(),
  P.values = NULL,
  has.Pvalue = nc >= 4 && substr(colnames(x)[nc], 1, 3) == "Pr(",
  eps.Pvalue = .Machine$double.eps,
  na.print = "NA",
  ...
)

Author(s)

Diego Garrido-Martín

See Also

printCoefmat


dgarrimar/manta documentation built on Oct. 20, 2023, 6:46 p.m.