Learn R Programming

nivm (version 0.5)

print.brk: Print Method for brk or nicq Object.

Description

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.

Usage

# S3 method for brk
print(x, digits = getOption("digits"), prefix = "\t", ...)

# S3 method for nicq print(x, ...)

Value

Does not print out FullResults list because it is generally too large.

Arguments

x

the brk object

digits

number of significant digits for printing

prefix

prefix below some values

...

for passing arguments. In nicq passed to print.htest.