chiQ | R Documentation |
Computes the centrality quotient of the chi-square pooled p-value.
chiQ(kappa, M, alpha = 0.05)
kappa |
numeric between 0 and infinity |
M |
integer sample size greater than 0 |
alpha |
numeric between 0 and 1 |
The centrality quotient of a pooled p-value measures the relative preference it gives to p-values all sharing the same level of evidence over a single test with strong evidence relative to others. For the chi-square pooled p-value, this is a conditional probability which this function computes.
A numeric between 0 and 1.
Chris Salahub
chiQ(2, 10, 0.05)
chiQ(2, 20, 0.05)
chiQ(0.5, 20, 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.