GetAllPossibleRoundingCombinations: get score for numbers of correct and incorrect predictions

Description Usage Arguments Value

View source: R/GetAllPossibleRoundingCombinations.r

Description

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.

Usage

1
GetAllPossibleRoundingCombinations(twoByTwoContingencyTable)

Arguments

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)

Value

a matrix of rounding combinations


CausalR documentation built on Nov. 8, 2020, 5:25 p.m.