ANOVAFactorial Constructor | Constructor for ANOVAFactorial . |
ErrorIncludeType | The error included type. |
ModelOrder | The number of factors to be included in the highest-way interaction in the model. |
Compute | Analyzes a balanced factorial design with fixed effects. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetANOVATable | Returns the analysis of variance table. Note that the Computemethod must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetMeans | Returns the subgroup means. Note that the Computemethod must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception. |
GetTestEffects | Returns statistics relating to the sums of squares for the effects in the model. Note that the Computemethod must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ANOVAFactorial Class | Imsl.Stat Namespace | Example 1 | Example 2 | Example 3