The ANCOVA type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ANCOVA |
Constructs a one-way classification model with covariates.
|
Methods
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 | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | NumberOfMissing |
The number of cases with missing values in
covariates or responses.
Cases with any missing values are not used in the analysis.
|