Description Usage Arguments Details Examples
Combining multiple p-values. The source code was copied from combine.test(...) in package survcomp
.
1 | combine.test(p, weight, method = c("fisher", "z.transform", "logit"), hetero = FALSE, na.rm = FALSE)
|
p |
A vector of p-values to be combined. |
weight |
A vector of weights for corresponding p-values. |
method |
Method used to combine p-values. |
hetero |
Always FALSE at this moment. |
na.rm |
whether to remove na numbers. |
The combine.test is directly copied source code of combine.test(...) implemented in R package "survcomp"! See http://www.bioconductor.org/packages/release/bioc/html/survcomp.html.
1 | null
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.