Click or drag to resize
ANCOVA Methods

The ANCOVA type exposes the following members.

Methods
  NameDescription
Public methodCompute
Performs one-way analysis of covariance assuming parallelism and returns an array containing the parallelism tests for the one-way analysis of covariance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAdjustedANOVA
Returns the partial sum of squares for the one-way analysis of covariance.
Public methodGetANCOVA
Returns an array containing the one-way analysis of covariance assuming parallelism.
Public methodGetANOVATables
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.
Public methodGetCoefficientTable
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.
Public methodGetCoefficientTables
Returns an array containing statistics for a linear regression model fitted separately for all ngroup treatments.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMeans
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.
Public methodGetModelCoefficients
Returns a matrix containing statistics for the regression coefficients for the model assuming parallelism.
Public methodGetR
Returns the R matrix from the QR decomposition.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVarCovAdjustedMeans
Returns a matrix containing the estimated variances and covariances for the adjusted means assuming parallelism.
Public methodGetVarCovCoefficients
Returns a matrix containing the estimated variances and covariances for the coefficients returned using GetModelCoefficients.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also