Click or drag to resize

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
)

Parameters

column
Type: C
The column value.

Return Value

Type: Int32
The total number of counts counts in all cells in the specified column.
See Also