CalHomoConcentration {shinyWGD} | R Documentation |
Compute the -log10 of Poisson Distribution
Description
This function calculates the -log10 of the p-value of a Poisson distribution given the parameters.
Usage
CalHomoConcentration(m, n, q, k)
Arguments
m |
The total number of trials. |
n |
The total number of possible outcomes. |
q |
The observed number of successful outcomes. |
k |
The expected number of successful outcomes. |
Value
The -log10 of the p-value.
[Package shinyWGD version 1.0.0 Index]