Click or drag to resize

TwoWayAnovaTable Fields

The TwoWayAnovaTable type exposes the following members.

Fields
 NameDescription
Protected fieldcreationDate_ The creation DateTime of this data object.
(Inherited from DataFrame)
Public fieldStatic memberDegressOfFreedomColName The nme of the Degrees of Freedom column in the ANOVA table.
Public fieldStatic memberErrorRowKey The key used to access the Error row in the ANOVA table.
Public fieldStatic memberFstatisticColName The name of the F statistic column of the ANOVA table.
Public fieldStatic memberInteractionRowKey The key used to access the Interaction row in the ANOVA table.
Public fieldStatic memberMeanSquareColName The name of the Mean Square column of the ANOVA table.
Protected fieldname_ The name of this data object.
(Inherited from DataFrame)
Public fieldStatic memberPvalueColName The name of the p-value column of the ANOVA table.
Protected fieldrowKeyHeader_ Heading for row keys
(Inherited from DataFrame)
Protected fieldStatic memberRowKeyHeaderName The name of the row key header in the ANOVA table.
Public fieldrowKeys_ List of row keys
(Inherited from DataFrame)
Public fieldStatic memberSumOfSquaresColName The name of the Sum of Squares column of the ANOVA table.
Public fieldStatic memberTotalRowKey The key used to access the Total row in the ANOVA table.
Top
See Also