| model-classes {baymedr} | R Documentation |
S4 classes to represent different models
Description
The S4 classes baymedrSuperiority,
baymedrEquivalence, and baymedrNonInferiority
represent models for the superiority (super_bf), equivalence
(equiv_bf), and non-inferiority (infer_bf) tests,
respectively.
Slots
testType of test that was conducted.
hypothesesThe hypotheses that are tested.
dataThe type of data that was used.
prior_scaleThe Cauchy prior scale that was used.
bfThe resulting Bayes factor.
intervalThe equivalence interval in case of
equiv_bf.ni_marginThe non-inferiority margin in case of
infer_bf.
[Package baymedr version 0.1.1 Index]