extractPower | R Documentation |
Calculates local power values, expected number of rejections, the power to reject at least one hypothesis and the power to reject all hypotheses.
extractPower(x, f = list())
x |
A matrix containing the rejected hypothesis, as produces by the graphTest function. |
f |
List of user defined power functions. If one is interested in the
power to reject hypotheses 1 and 3 one could specify |
A list containg at least the following four elements and
an element for each element in the parameter f
.
LocPower
A numeric giving the local powers for the hypotheses
ExpNrRej
The expected number of rejections
PowAtlst1
The power to reject at least one hypothesis
RejectAll
The power to reject all hypotheses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.