tidy() returns the single mean-difference estimate and its
confidence interval in the broom convention; glance()
coincides with it, since a two-sample t test reports one
estimand and there are no extra model-level statistics to add.
Usage
# S3 method for class 'dmar_welch_t'
tidy(x, ...)
# S3 method for class 'dmar_welch_t'
glance(x, ...)Arguments
- x
A
dmar_welch_tobject returned bywelch_t.- ...
Unused.
Value
A one-row data.frame with columns term,
estimate, ci_lower, ci_upper, statistic,
df, p_value, and conf_level.
Author
Ken Kelley kkelley@nd.edu