plot.bgtDesign | R Documentation |
Plots the results of the iteration performed by nDesign or sDesign in order to find an experimental design with sufficient power.
## S3 method for class 'nDesign'
plot(x, ...)
## S3 method for class 'sDesign'
plot(x, ...)
x |
An object of class "nDesign" or "sDesign" as can be created by |
... |
further arguments to be passed to |
plot(nDesign(nmax=100, s=30, delta=0.004, p.hyp=0.005,
alternative="less", method="Score", power=0.8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.