plot.sample_size_comp {radiant.design} | R Documentation |
Plot method for the sample_size_comp function
Description
Plot method for the sample_size_comp function
Usage
## S3 method for class 'sample_size_comp'
plot(x, ...)
Arguments
x |
Return value from |
... |
further arguments passed to or from other methods |
Details
See https://radiant-rstats.github.io/docs/design/sample_size_comp.html for an example in Radiant
See Also
sample_size_comp
to generate the results
Examples
sample_size_comp(
type = "proportion", p1 = 0.1, p2 = 0.15,
conf_lev = 0.95, power = 0.8
) %>% plot()
[Package radiant.design version 1.6.6 Index]