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
The exp(mean(log(individual treatment effects))),
The mean standard error of the (log) treatment effect
The proportion of simulations for which the p-value is < alpha
The significance level used when calculating power, by default 0.05 use
summary(object,alpha=x) to use a different p value
logical, default FALSE should the p values calculated using
Rubin's formula with the adjusted number of degrees of freedom be used. Use summary(object,use.adjusted.pval=TRUE),
to use the adjusted p values
A string containing a description of the scenario
A list of summary statistics regarding number of subject dropouts
A print.summary.Scenario function has been implemented