| TwoWayAnovaUnbalancedInitializeFactorsAndCellData Method |
Consumes the ANOVA data from a DataFrame.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected bool InitializeFactorsAndCellData(
DataFrame data,
int factorAColIndex,
int factorBColIndex,
int dataColIndex
)
Protected Function InitializeFactorsAndCellData (
data As DataFrame,
factorAColIndex As Integer,
factorBColIndex As Integer,
dataColIndex As Integer
) As Boolean
protected:
bool InitializeFactorsAndCellData(
DataFrame^ data,
int factorAColIndex,
int factorBColIndex,
int dataColIndex
)
member InitializeFactorsAndCellData :
data : DataFrame *
factorAColIndex : int *
factorBColIndex : int *
dataColIndex : int -> bool
Parameters
- data DataFrame
- DataFrame containing the ANOVA data.
- factorAColIndex Int32
- Index of the column containing the data for
factor A.
- factorBColIndex Int32
- Index of the column containing the data for
factor B.
- dataColIndex Int32
- Index of the column containing the observed data.
Return Value
Booleantrue if the data is unbalanced.
See Also