Description Usage Arguments Value See Also Examples
View source: R/plot.ph2rand_des.R
plot.ph2rand_des
plots the operating characteristics of a design
returned by des_one_stage
or des_two_stage
, under
a range of key response rate scenarios. For convenience, it also calls
plot.ph2rand_terminal
to plot the terminal points of the
design.
1 2 |
x |
An object of class |
k |
A |
output |
A |
... |
Not currently used. |
If output = TRUE
, a list
containing each of the
input parameters along with a list
in the slot $plots
,
which gives all of the available produced plots.
des_one_stage
, des_two_stage
,
plot.ph2rand_terminal
.
1 2 3 4 5 6 | # The default two-stage design
des <- des_two_stage()
# Print several key plots
plot(des)
# Determine and store all available plots
plots <- plot(des, output = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.