Tables can be converted to data frames with asDF or as.data.frame. For example:
results$tost$asDF
as.data.frame(results$tost)
Arguments
data
the data as a data frame
pair1
A string naming the first part of the pair
pair2
A string naming the second part of the pair
hypothesis
'EQU' for equivalence (default), or 'MET'
for minimal effects test, the alternative hypothesis.
low_eqbound
a number (default: 0.5) the lower equivalence bounds
high_eqbound
a number (default: 0.5) the upper equivalence bounds
eqbound_type
'SMD' (default) or 'raw'; whether the
bounds are specified in standardized mean difference (Cohen's dz) or raw
units respectively
alpha
alpha level (default = 0.05)
desc
TRUE or FALSE (default), provide descriptive
statistics
plots
TRUE or FALSE (default), provide plots
low_eqbound_dz
deprecated
high_eqbound_dz
deprecated
indplot
TRUE or FALSE (default), provide plot of
paired data.
diffplot
TRUE or FALSE (default), provide plot of
difference scores.
smd_type
'd' (default) or 'g'; whether the calculated
effect size is biased (d) or bias-corrected (g).
References
Mara, C. A., & Cribbie, R. A. (2012). Paired-Samples Tests of Equivalence. Communications in Statistics - Simulation and Computation, 41(10), 1928-1943. formula page 1932. Note there is a typo in the formula: n-1 should be n (personal communication, 31-08-2016)