plot_compare_power {cbcTools} | R Documentation |
Compare power across multiple designs
Description
Compare power across multiple designs
Usage
plot_compare_power(..., type = "power", power_threshold = 0.8)
Arguments
... |
Named cbc_power objects to compare |
type |
Type of plot: "power" for power curves or "se" for standard error curves |
power_threshold |
Power threshold for horizontal reference line (only for power plots). Defaults to 0.8 |
Value
A ggplot object comparing power curves
[Package cbcTools version 0.6.2 Index]