get_alpha: Calculate the level of significance.

Description Usage Arguments Value

Description

Calculate the level of significance.

Usage

1
2
get_alpha(power = 0.8, ICC = 0.001, delta = 0.2, M = 6, n = 100,
  type = "standard", cv = NULL, tol = .Machine$double.eps^0.25)

Arguments

power

The power.

ICC

The intra class correlation.

delta

The effect size.

M

The total number of clusters.

n

The mean cluster size.

type

The type of design effect, either standard or based on the coefficient of variation.

cv

The coefficient of variation, if type is cv.

tol

A tolerance value.

Value

alpha The level of significance.


jm3594/crtpower documentation built on May 19, 2019, 12:48 p.m.