ACAT {ICSKAT} | R Documentation |
A p-value combination method using the Cauchy distribution. Code provided by Dr. Yaowu Liu.
ACAT(Pvals, Weights = NULL)
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. |
p-value of ACAT.
Yaowu Liu
p.values<-c(2e-02,4e-04,0.2,0.1,0.8)
ACAT(Pvals=p.values)