Broom-Style Tidy / Glance Methods for summary_t_test()
Source: R/summary_t_test.R
summary_t_test_broom.Rdtidy() 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_summary_t_test'
tidy(x, ...)
# S3 method for class 'dmar_summary_t_test'
glance(x, ...)Arguments
- x
A
dmar_summary_t_testobject returned bysummary_t_test.- ...
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