plot.Keng_power {Keng} | R Documentation |
Plot the power against the sample size for the Keng_power class
Description
Plot the power against the sample size for the Keng_power class
Usage
## S3 method for class 'Keng_power'
plot(x, ...)
Arguments
x |
The output object of |
... |
Further arguments passed to or from other methods. |
Value
A plot of power against sample size.
Examples
plot(power_lm())
out <- power_r(0.2, n = 193)
plot(out)
[Package Keng version 2024.12.15 Index]