Learn R Programming

gap (version 1.5-1)

gc.lambda: Estionmation of the genomic control inflation statistic (lambda)

Description

Estionmation of the genomic control inflation statistic (lambda)

Usage

gc.lambda(p)

Value

Estimate of inflation factor.

Arguments

p

A vector of p values.

Examples

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

Run the code above in your browser using DataLab