Description Usage Arguments Value
View source: R/FindMaximumDValue.r
computes the maximum possible D-value for given values q+, q-, q0 and n+, n-, n0.
1 2 | FindMaximumDValue(predictionListStats, experimentalDataStats,
logOfFactorialOfPredictionListStats, returnlog = FALSE)
|
predictionListStats |
a vector containing the predicted values q+, q- and q0: numbers of positive, negative and non-significant/contradictory predictions |
experimentalDataStats |
A vector containing the observed values n+, n- and n0: numbers of positive, negative and non-significant/contradictory observations |
logOfFactorialOfPredictionListStats |
a vector containing the log of the factorial value for each entry in predictionListStats |
returnlog |
should the result be returned as a log; default FALSE |
the maximum possible D value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.