TMtx Data { get; set; }
Data for ANOVA.
Result: stored in self (calling object), returns self for chaining
Remarks:
Stores the data which is analyzed with analysis of variance (ANOVA). Depending on Dew.Stats.TMtxAnova.IsAnova1 and Dew.Stats.TMtxAnova.Replications properties, Data storage format is:
- IsAnova1 = true : each column represents a separate group
- IsAnova1 = false : each column represents changes in one factor, Dew.Stats.TMtxAnova.Replications rows represent changes in other factor.