Description Usage Arguments Details Value Note Author(s) References Examples
Compute power of test or determine parameters to obtain target power (same as power.anova.test).
1 |
u |
degrees of freedom for numerator |
v |
degrees of freedom for denominator |
f2 |
effect size |
sig.level |
Significance level (Type I error probability) |
power |
Power of test (1 minus Type II error probability) |
Exactly one of the parameters 'u','v','f2','power' and 'sig.level' must be passed as NULL, and that parameter is determined from the others. Notice that the last one has non-NULL default so NULL must be explicitly passed if you want to compute it.
Object of class '"power.htest"', a list of the arguments (including the computed one) augmented with 'method' and 'note' elements.
'uniroot' is used to solve power equation for unknowns, so you may see errors from it, notably about inability to bracket the root when invalid arguments are given.
Stephane Champely <champely@univ-lyon1.fr> but this is a mere copy of Peter Dalgaard work (power.t.test)
Cohen, J. (1988). Statistical power analysis for the behavioral sciences (2nd ed.). Hillsdale,NJ: Lawrence Erlbaum.
1 2 | ## Exercise 9.1 P. 424 from Cohen (1988)
pwr.f2.test(u=5,v=89,f2=0.1/(1-0.1),sig.level=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.