delta2: Noncentrality parameter calculator

Description Usage Arguments Value Author(s) See Also Examples

Description

Calculates noncentrality parameter of a non-central chi-square distribution for given type I error (alpha, size) and type II error (power , 1-beta).

Usage

1
delta2(size = size, power = power)

Arguments

size

type I error

power

1 - type II error (beta)

Value

Returns noncentrality parameter value

Author(s)

Kari Tokola

See Also

calcPower

Examples

1
2
3
4
  ## Not run: 
    delta2(0.05, 0.8)

## End(Not run)

HierO documentation built on May 2, 2019, 7:28 a.m.