powered by
Convert a TOSTER result object of class 'TOSTt' or 'TOSTnp' to a list of class 'htest'.
as_htest(TOST)
Returns a list containing a list of class 'htest' for the result of each test with the following elements:
A character string giving the names of the data.
Estimated difference in raw units.
A character string indicating the performed test.
Equivalence bound.
A character string describing the alternative hypothesis.
The degrees of freedom of the distribution of the test statistic.
The value of the test statistic.
The p-value of the test.
The confidence interval of the difference.
A TOSTER result object of class 'TOSTt' or 'TOSTnp'.
Other htest: htest-helpers, simple_htest()
htest-helpers
simple_htest()
res1 = t_TOST(formula = extra ~ group,data = sleep,eqb = .5,smd_ci = "goulet") as_htest(res1)
Run the code above in your browser using DataLab