A tibble::tibble()
with one row for each term in the
regression. The tibble has columns:
termThe name of the regression term.
estimateThe estimated value of the regression term.
std.errorThe standard error of the regression term.
statisticThe value of a statistic, almost always a T-statistic,
to use in a hypothesis that the regression term is non-zero.
p.valueThe two-sided p-value associated with the observed
statistic.
conf.lowThe low end of a confidence interval for the regression
term. Included only if conf.int = TRUE
.
conf.highThe high end of a confidence interval for the regression
term. Included only if conf.int = TRUE
.
In additional the standard columns, the returned tibble has an
additional column component. component indicates whether a particular
term was used to model either the "mean" or "precision". Here the
precision is the inverse of the variance, often referred to as phi.
At least one term will have been used to model phi.