Click or drag to resize

ContingencyTableR, CBinary Property

Gets a façade that exposes properties defined only for 2 X 2 contingency tables.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public BinaryContingencyTableOperations Binary { get; }

Property Value

Type: BinaryContingencyTableOperations
Exceptions
ExceptionCondition
InvalidOperationExceptionThe contingency table is not 2 X 2.
See Also