Both tidy
and glance
return the same output,
a one-row data frame with one or more of the following columns:
estimateEstimate of the effect size
statisticTest statistic used to compute the p-value
p.valueP-value
parameterParameter field in the htest, typically degrees of
freedom
conf.lowLower bound on a confidence interval
conf.highUpper bound on a confidence interval
estimate1Sometimes two estimates are computed, such as in a
two-sample t-test
estimate2Sometimes two estimates are computed, such as in a
two-sample t-test
methodMethod used to compute the statistic as a string
alternativeAlternative hypothesis as a string
Which columns are included depends on the hypothesis test used.