BinaryContingencyTableOperationsLogOddsRatio Property |
Gets an estimate of the log of the odds ratio in the underlying population.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public UncertainValue LogOddsRatio { get; }
Public ReadOnly Property LogOddsRatio As UncertainValue
Get
public:
property UncertainValue LogOddsRatio {
UncertainValue get ();
}
member LogOddsRatio : UncertainValue with get
Property Value
Type:
UncertainValueRemarks A log odds ratio significantly different from 0 indicates a correlation between row
and column values.
The sign of the log odds ratio is reversed under the exchange of rows or columns.
See Also