| print.confint_adjust {api2lm} | R Documentation |
Print confint_adjust object
Description
Print an object of class confint_adjust produced
by the confint_adjust function.
Usage
## S3 method for class 'confint_adjust'
print(x, ...)
Arguments
x |
An |
... |
Additional arguments to the
|
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.
Author(s)
Joshua French
Examples
fit <- lm(100/mpg ~ disp + hp + wt + am, data = mtcars)
(cia <- confint_adjust(fit))
print(cia, digits = 3)
[Package api2lm version 0.2 Index]