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

Description Usage Arguments Value

View source: R/RKFunctions.R

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

1
2
3
4
5
## S3 method for class 'brk'
print(x, digits = getOption("digits"), prefix = "\t", ...)

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

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.

Value

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


nivm documentation built on May 2, 2019, 8:22 a.m.