fishers_method: Fisher's method for combined probabilities

View source: R/stats.R

fishers_methodR Documentation

Fisher's method for combined probabilities

Description

Computes Fisher's method for combined probabilities

Usage

fishers_method(x, zeros = FALSE)

Arguments

x

A vector of p-values.

zeros

Logical, if 'TRUE' will use zeros in calculation, otherwise recoded as '.Machine$double.xmin'. This still will produce a very small result but will be less likely to produce '0'

Details

Values greater than 1 and less than 0 are removed from the calculation. Values of 0 are red


jmbarbone/jordanExtra documentation built on Aug. 4, 2023, 5:37 p.m.