interpretations_equivalence function

Interpretation set for equivalence tests

Interpretation set for equivalence tests

An interpretation_set object used for conducting equivalence tests. A convenient wrapper function, interpret_equivalence, is provided, making use of this object. data

Format

An object of class interpretation_set of length 3.

interpretations_equivalence

Details

This interpretation_set object contains placeholders for descriptive names of the comparison intervention and tested intervention. When used with confinterpret these are provided via the comparison_labels parameter as a named character vector of length 2, c(comparison_intervention = "Your control / comparison intervention",tested_intervention = "Your new / tested intervention"). When using the convenience wrapper function, this is handled through the groups

parameter.