ACAT {ICSKAT} | R Documentation |
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)
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
p.values<-c(2e-02,4e-04,0.2,0.1,0.8)
ACAT(Pvals=p.values)
[Package ICSKAT version 0.2.0 Index]