combine_test | R Documentation |
combine p values
combine_test(p, weight, method = c("fisher", "z.transform", "logit"), hetero = FALSE, na.rm = FALSE)
p |
a vector of p values |
weight |
weights for p values as a vector. The length should be the same as the p values. |
method |
one of "fisher", "z.transform" and "logit" |
hetero |
TRUE is the heterogeneity should be taken into account, FALSE otherwise |
na.rm |
TRUE if the missing values should be removed from the data, FALSE otherwise |
Ying Hu <yhu@mail.nih.gov> Chunhua Yan <yanch@mail.nih.gov>
##
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.