Represents a two-way within-subjects Analysis of Variance (ANOVA) model.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Class TwoWayAnovaModel _
Inherits AnovaModel
|
| Visual C++ |
public ref class TwoWayAnovaModel : public AnovaModel
|
| F# |
type TwoWayAnovaModel =
class
inherit AnovaModel
end
|
Remarks
Inheritance Hierarchy
See Also