Region of Practical Equivalence method Precalculation Results
Source:R/rope_precalculation_results.R
rope_precalculation_results.Rd
Dataset that contains precalculated sample sizes with the ROPE method. The dataset contains the input and output values of these calculations.
Format
A dataframe with 11070 rows and 8 variables:
- iterate
numeric, unique id of iteration
- n1
numeric, The determined sample size per group.
- npower
numeric, The TPR associated with the resulting sample sizes.
- tpr
numeric, The long-run probability of obtaining a Bayes factor at least as high as the critical threshold favoring superiority, given Delta.
- prior_scale
numeric, Scale of the Cauchy prior distribution. Either 1/sqrt(2), 1, or sqrt(2).
- delta
numeric, The expected population effect size.
- eq_band
numeric, The chosen ROPE interval.
- error_message
character, The error message in case of an error.
Remark
If none of the precalculated values suit your sample size
determination plan, than feel free the calculations with the R package
by using the ssp_rope
function.