Description Usage Arguments Details Value Examples
View source: R/FunctionsPODBAYEfficacy.R
Function summarizes PoDBAY efficacy statistics (mean, median, confidence intervals) at 80%, 90% and user-defined confidence levels, based on the set of estimated efficacies. (Set of efficacies is a vector obtained by number of replications specified by repeatCount. These replications are performed for calculation of a confidence interval. For more details, see the supplementary material of the article).
1 | EfficacyCICoverage(efficacySet, ci = 0.95)
|
efficacySet |
numeric vector: estimated PoDBAY efficacies from |
ci |
numeric: value from (0, 1) interval, confidence level of interest |
Confidence intervals are calculated using quantiles of estimated efficacies.
named list: mean, median, CILow, CIHigh
1 2 3 4 5 | ## Data preparation
data(efficacySet)
## Example 1
EfficacyCICoverage(efficacySet, ci = 0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.