format.pval.Rd
format.pval
is intended for formatting p-values.
format.pval(x, pv=x, digits = max(1, .Options$digits - 2),
eps = .Machine$double.eps, na.form = "NA", ...)
a numeric vector.
argument for method compliance.
how many significant digits are to be used.
a numerical tolerance: see Details.
character representation of NA
s.
arguments passed to format
in the format.pval
function body.
format.pval
is mainly an auxiliary function for
print.summary.lm
etc., and does separate formatting for
fixed, floating point and very small values; those less than
eps
are formatted as “< [eps]” (where
“[eps]” stands for format(eps, digits)
).
A character vector.
This is the base format.pval
function with the
ablitiy to pass the nsmall
argument to format