Description Usage Arguments Value
View source: R/GetAllPossibleRoundingCombinations.r
Returns all possible rounding combinations of a 2x2 table. Given the values of n++, n+-, n-+ and n– (stored in twoByTwoContingencyTable) this function will compute all possibilities of rounding each value up or down.
1 | GetAllPossibleRoundingCombinations(twoByTwoContingencyTable)
|
twoByTwoContingencyTable |
Approximate values of n++, n+-, n-+ and n–, these values are calculated to optimise the D-value (see page 6 of Assessing statistical significance of causal graphs) |
a matrix of rounding combinations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.