An S7 class produced by TTEST pipelines using on() as the variable
mapper <var_id>. Not constructed manually — use the pipeline instead.
Inherits from class_stat_infer, so auto_tidy() dispatches on it
automatically. Downstream packages can use it as a parent in
S7::new_class().
Details
Slots (populated automatically by TTEST):
term: name of the tested variable.estimate: sample mean.true_mu: hypothesized mean as written in the claim. Falls back to.muwhen nostate_null()claim is supplied.statistic: t-statistic.p_val: p-value.lower_ci: lower confidence bound.upper_ci: upper confidence bound.ci_level: confidence level, e.g.0.95.
Shared by variants
Both base and multi return a class_ttest_one, so auto_tidy() and
print() are inherited by multi for free.