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
)
Public Overridable Function RowTotal (
row As R
) As Integer
public:
virtual int RowTotal(
R row
)
abstract RowTotal :
row : 'R -> int
override RowTotal :
row : 'R -> int
Parameters
- row
- Type: R
The row value.
Return Value
Type:
Int32The total number of counts counts in all cells in the specified row.
See Also