Print an object of class confint_adjust produced
by the confint_adjust function.
Usage
# S3 method for confint_adjust
print(x, ...)
Value
A data.frame with columns term,
lwr, and upr, which are the coefficients
for which inference is being made, and the lower and
upper bounds of the confidence intervals for each
coefficient, respectively.
Arguments
x
An confint_adjust object produced by the
confint_adjust function.
...
Additional arguments to the
print.data.frame function, such as
digits.