interpretations_noninferiority {confinterpret} | R Documentation |
Interpretation set for non-inferiority tests
Description
An interpretation_set
object used for conducting
non-inferiority tests. A convenient wrapper function,
interpret_noninferiority
, is provided, making use of
this object.
Usage
interpretations_noninferiority
Format
An object of class interpretation_set
of length 3.
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.
[Package confinterpret version 1.0.0 Index]