Learn R Programming

ICSKAT (version 0.3.0)

ACAT: Aggregated Cauchy Association Test

Description

A p-value combination method using the Cauchy distribution. Code provided by Dr. Yaowu Liu.

Usage

ACAT(Pvals, Weights = NULL)

Value

p-value of ACAT.

Arguments

Pvals

a numeric vector of p-values to be combined by ACAT.

Weights

a numeric vector of non-negative weights for the combined p-values. When it is NULL, the equal weights are used.

Author

Yaowu Liu

Examples

Run this code
p.values<-c(2e-02,4e-04,0.2,0.1,0.8)
ACAT(Pvals=p.values)

Run the code above in your browser using DataLab