summary.Scenario.object {dejaVu} | R Documentation |
summary.Scenario object
Description
This object contains the overall summary statistics for a specific
scenario. It is envisioned that multiple scenarios are run and a set of
summary.Scenario
objects are created and these can then be used for
plotting
Arguments
treatment.effect |
The exp(mean(log(individual treatment effects))), |
se |
The mean standard error of the (log) treatment effect |
power |
The proportion of simulations for which the p-value is |
alpha |
The significance level used when calculating power, by default 0.05 use
|
use.adjusted.pval |
logical, default FALSE should the p values calculated using
Rubin's formula with the adjusted number of degrees of freedom be used. Use |
description |
A string containing a description of the scenario |
dropout |
A list of summary statistics regarding number of subject dropouts |
Details
A print.summary.Scenario
function has been implemented