Click or drag to resize

ContingencyTableR, CRowTotal Method

Gets the total number of events that occurred in the specified row.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual int RowTotal(
	R row
)

Parameters

row
Type: R
The row value.

Return Value

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