power.multi: Statistical power for F tests of variance proportions

Description Usage Arguments Value Author(s) References Examples

Description

This is an internal function. power.multi computes statistical power for F tests of variance proportions.

Usage

1
power.multi(n, n.ind, delta, sig.level = 0.05)

Arguments

n

sample size

n.ind

number of independent variables

delta

Cohen's f^2

sig.level

a numeric contains the significance level (default 0.05)

Value

Return a numeric containing the statistical power.

Author(s)

Yasuyuki Okumura
Department of Social Psychiatry,
National Institute of Mental Health,
National Center of Neurology and Psychiatry
yokumura@blue.zero.jp

References

Cohen J (1988). Statistical power analysis for the behavioral sciences (2nd ed). Hillsdale, NJ: Erlbaum.

Examples

1
2
##Cohen (1988) ex 9.1
power.multi(n=95, n.ind=5, delta=.1111, sig.level=.05)

rpsychi documentation built on May 1, 2019, 10:10 p.m.