ACAT: Aggregated Cauchy Association Test

Description Usage Arguments Value Author(s) Examples

View source: R/ACAT.R

Description

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

Usage

1
ACAT(Pvals, Weights = NULL)

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.

Value

p-value of ACAT.

Author(s)

Yaowu Liu

Examples

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

ICSKAT documentation built on Nov. 25, 2021, 9:07 a.m.