Gets the factor corresponding to the variable with the specified name.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetFactor ( _ name As String _ ) As CategoricalScale |
| C# |
|---|
public CategoricalScale GetFactor ( string name ) |
| C++ |
|---|
public: CategoricalScale^ GetFactor ( String^ name ) |
Parameters
- name (System.String)
- A String containing the name of the factor variable.
Return Value
A CategoricalScale object.
Remarks
A factor is a set of values that a categorical variable can assume. This method
returns the CategoricalScale object associated with the variable
named name
in the ANOVA model.