gc.lambda {gap}R Documentation

Estionmation of the genomic control inflation statistic (lambda)

Description

Estionmation of the genomic control inflation statistic (lambda)

Usage

gc.lambda(p)

Arguments

p

A vector of p values.

Value

Estimate of inflation factor.

Examples

set.seed(12345)
p <- runif(100)
lambda <- gc.lambda(p)

[Package gap version 1.2.3-6 Index]