Description Usage Arguments Details Value Examples
Calculates the percentage (from 0 to 1) of people who have an intervention benefit, intervention harm, bad outcome regardless, and good outcome regardless
from the Intervention Event Rates (IER) and Control Event Rates (CER).
Note that the result depends on the direction of the outcome measure,
e.g. higher_is_better = T
(default) for intervention efficacy, higher_is_better = F
for
adverse events.
1 |
ier |
Intervention Event Rates |
cer |
Control Event Rates |
higher_is_better |
logical indicating the direction of the outcome measure, default TRUE |
The adopted terminology is similar to that of Uplift modelling https://en.wikipedia.org/wiki/Uplift_modelling
A list of S3 class personograph.uplift
with the following elements:
good outcome
people who have a good outcome regardless of intervention
bad outcome
people who have a bad outcome regradless of intervention
intervention benefit
people who benefit from intervention
intervention harm
people who are harmed by intervention
Can be plotted as a personograph with the S3 generic plot
.
1 2 3 4 |
Loading required package: grImport
Loading required package: grid
Loading required package: XML
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.