TwoWayAnovaResultColumnFactor Property |
Gets the variance associated with the effect of the column factor.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public AnovaTestRow ColumnFactor { get; }
Public ReadOnly Property ColumnFactor As AnovaTestRow
Get
public:
property AnovaTestRow^ ColumnFactor {
AnovaTestRow^ get ();
}
member ColumnFactor : AnovaTestRow with get
Property Value
Type:
AnovaTestRowSee Also