Usage
# S3 method for PMpta
summary(object, ci = 0.95, ...)
Arguments
- object
A PMpta object made by makePTA.
- ci
Confidence interval for pharmacodynamic index reporting. Default is 0.95.
- ...
Not used.
Value
A list with two named objects: pta (probability of target attainment) and pti (pharmacodynamic index).
- pta
A data frame with the following columns: simnum, target, prop.success, pdi.mean, and pdi.sd simnum is the number of the simulation; target is the specified target; success has the proportion with a ratio >
prop.success
; pdi.mean and pdi.sd are the mean and standard deviation of the pharmacodyamic index (e.g. AUC/MIC) for each simulation and target.- pdi
A data frame with the following columns: target, simnum, lowerCI, median, upperCI. target and simnum are as above. lowerCI, median, and upperCI are the lower limit, median, and upper limit of the confidence interval for the pdi whose width is specified by
ci
.