ContingencyTableR, CColumnTotal Method |
Gets the total number of events that occurred in the specified column.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public virtual int ColumnTotal(
C column
)
Public Overridable Function ColumnTotal (
column As C
) As Integer
public:
virtual int ColumnTotal(
C column
)
abstract ColumnTotal :
column : 'C -> int
override ColumnTotal :
column : 'C -> int
Parameters
- column
- Type: C
The column value.
Return Value
Type:
Int32The total number of counts counts in all cells in the specified column.
See Also