View source: R/confint_adjust-print.R
print.confint_adjust | R Documentation |
confint_adjust
objectPrint an object of class confint_adjust
produced
by the confint_adjust
function.
## S3 method for class 'confint_adjust'
print(x, ...)
x |
An |
... |
Additional arguments to the
|
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.
Joshua French
fit <- lm(100/mpg ~ disp + hp + wt + am, data = mtcars)
(cia <- confint_adjust(fit))
print(cia, digits = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.