brk
or nicq
Object.For brk
did not use print.htest
because the p-values are just bounds for some values (e.g., p greater than 0.025). So I needed to print the results differently.
For nicq
, uses print.htest
except for $estimates has some special printing instructions since there may be some extra confidence intervals on the control quantile of interest.
# S3 method for brk
print(x, digits = getOption("digits"), prefix = "\t", ...)# S3 method for nicq
print(x, ...)
Does not print out FullResults list because it is generally too large.
the brk
object
number of significant digits for printing
prefix below some values
for passing arguments. In nicq
passed to print.htest
.