combine.test: Combine multiple p-values

Description Usage Arguments Details Examples

View source: R/combine.test.R

Description

Combining multiple p-values. The source code was copied from combine.test(...) in package survcomp.

Usage

1
combine.test(p, weight, method = c("fisher", "z.transform", "logit"), hetero = FALSE, na.rm = FALSE)

Arguments

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.

Details

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.

Examples

1
null

lixiangchun/lxctk documentation built on May 21, 2019, 6:44 a.m.