View source: R/optimize_power.R
estimate_power_curve | R Documentation |
For a grid of points based on a passed sample or mdes pumpresult, estimate power.
estimate_power_curve(
p,
low = NULL,
high = NULL,
high.max = 1000,
grid.size = 5,
tnum = 2000
)
p |
pumpresult object |
low |
Low end of grid |
high |
High end of grid |
high.max |
If no high provided, maximum possible high |
grid.size |
Number of points in grid |
tnum |
the number of test statistics (samples) |
List of powers for grid of points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.