combineFisherMethod {roar}R Documentation

Private/inner/helper method to combine pvalues of independent test with the Fisher method

Description

This method should not be used by package users. Given a numerical vector of pvalues, which should be obtained from independent tests on the same null hypothesis, this will give the combined pvalue following the Fisher method.

Usage

      combineFisherMethod(pvals)
     

Arguments

pvals

A numerical vector with pvalues of independent tests on the same H0.

Value

The combined pvalue given by the Fisher method.


[Package roar version 1.30.0 Index]