ANCOVA Methods |
The ANCOVA type exposes the following members.
Name | Description | |
---|---|---|
Compute |
Performs one-way analysis of covariance assuming parallelism and
returns an array containing the parallelism tests for the one-way
analysis of covariance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAdjustedANOVA |
Returns the partial sum of squares for the one-way analysis of
covariance.
| |
GetANCOVA |
Returns an array containing the one-way analysis of covariance
assuming parallelism.
| |
GetANOVATables |
Returns a matrix of size ngroup by 15 containing the
analysis of variance tables for each linear regression model fitted
separately to each treatment group.
| |
GetCoefficientTable |
Returns a matrix of size ncov + 1 by 4 containing statistics
for a linear regression model fitted separately for each of the
ngroup treatment groups.
| |
GetCoefficientTables |
Returns an array containing statistics for a linear regression
model fitted separately for all ngroup treatments.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMeans |
Returns a matrix containing the unadjusted means for the covariates
and the response variate and the means for the response variate
adjusted for the covariates.
| |
GetModelCoefficients |
Returns a matrix containing statistics for the regression
coefficients for the model assuming parallelism.
| |
GetR |
Returns the R matrix from the QR decomposition.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVarCovAdjustedMeans |
Returns a matrix containing the estimated variances and covariances
for the adjusted means assuming parallelism.
| |
GetVarCovCoefficients |
Returns a matrix containing the estimated variances and covariances
for the coefficients returned using GetModelCoefficients.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |