| print.brk {nivm} | R Documentation |
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 class 'brk'
print(x, digits = getOption("digits"), prefix = "\t", ...)
## S3 method for class 'nicq'
print(x, ...)
Arguments
x |
the |
digits |
number of significant digits for printing |
prefix |
prefix below some values |
... |
for passing arguments. In |
Value
Does not print out FullResults list because it is generally too large.
[Package nivm version 0.5 Index]