Description Usage Arguments Value
View source: R/CheckRowAndColumnSumValuesAreValid.r
Checkes to see if the values of r+, r-, c+ and c- which are stored in rowAndColumnSumValues define a valid contingency table
1 2 | CheckRowAndColumnSumValuesAreValid(rowAndColumnSumValues, predictionListStats,
experimentalResultStats)
|
rowAndColumnSumValues |
a 4x1 vector containing the row and column sum values (r+, r-, c+, c-) for a 2x2 contingency table |
predictionListStats |
a vector containing the values q+, q- and q0 |
experimentalResultStats |
A vector containing the values n+, n- and n0 |
TRUE if the table is valid; otherwise FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.