plot.brada | R Documentation |
Plots the results of a Bayesian response-adaptive design analysis.
## S3 method for class 'brada' plot(x, trajectories = 100, ...)
x |
An Object of class |
trajectories |
Number of trajectories to be plotted. Defaults to 100. |
... |
Additional parameters, see |
Returns a plot.
Riko Kelter
design = brada(Nmax = 40, batchsize = 5, nInit = 10, p_true = 0.2 , p0 = 0.2, p1 = 0.2, nsim = 100, a0 = 1, b0 = 1, theta_T = 0.90, theta_L = 0.1, theta_U = 1, method = "PP", cores = 2) plot(design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.