plot.boundaries | R Documentation |
Plot of boundaries for group sequential designs
## S3 method for class 'boundaries'
plot(x, theme = "classic", ...)
x |
boundaries object |
theme |
Whether the theme is "classic" or "aussie" |
... |
Other arguments to plot.boundaries |
Plot. Either a plot for two- or one-sided testing.
bounds <- boundaries(timing = c(0.5,0.75, 1), alpha = 0.025, beta = 0.2,
side = 1, futility = "none", es_alpha = "esOF")
plot(x = bounds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.