Learn R Programming

superb (version 0.95.15)

CousineauLaurencelleLambda: Cousineau-Laurencelle's lambda correction for cluster-randomized sampling

Description

The functions CousineauLaurencelleLambda() returns the correction factor for cluster-randomized sampling. This correction is then used in a variety of ways, for example, to get the effective number of participants (in a power study) or to correct a t-test. See cl16superb.

Usage

CousineauLaurencelleLambda(paramvector)

Value

lambda the correction factor for cluster-randomized sampling.

Arguments

paramvector

A vector with, in that order, the intra-class correlation r, the number of clusters, then the number of participants in all the clusters.

References

Examples

Run this code
# Example from Cousineau & Laurencelle, 2017, p. 124:
CousineauLaurencelleLambda( c(0.2, 5, 20, 20, 20, 20, 20) )
# 2.234188  

Run the code above in your browser using DataLab