PDF version (NAG web site
, 64-bit version, 64-bit version)
NAG Toolbox: nag_anova_rowcol (g04bc)
Purpose
nag_anova_rowcol (g04bc) computes the analysis of variance for a general row and column design together with the treatment means and standard errors.
Syntax
[
gmean,
tmean,
tabl,
c,
irep,
rpmean,
rmean,
cmean,
r,
ef,
ifail] = g04bc(
nrep,
nrow,
ncol,
y,
nt,
it,
tol,
irdf)
[
gmean,
tmean,
tabl,
c,
irep,
rpmean,
rmean,
cmean,
r,
ef,
ifail] = nag_anova_rowcol(
nrep,
nrow,
ncol,
y,
nt,
it,
tol,
irdf)
Description
In a row and column design the experimental material can be characterised by a two-way classification, nominally called rows and columns. Each experimental unit can be considered as being located in a particular row and column. It is assumed that all rows are of the same length and all columns are of the same length. Sets of equal numbers of rows/columns can be grouped together to form replicates, sometimes known as squares or rectangles, as appropriate.
If for a replicate, the number of rows, the number of columns and the number of treatments are equal and every treatment occurs once in each row and each column then the design is a Latin square. If this is not the case the treatments will be non-orthogonal to rows and columns. For example in the case of a lattice square each treatment occurs only once in each square.
For a row and column design, with
treatments in
rows and
columns and
replicates or squares with
observations the linear model is:
for
,
,
and
, where
is the effect of the
th replicate,
is the effect of the
th row,
is the effect of the
th column and the
notation indicates that the
th treatment is applied to the unit in row
, column
of replicate
.
To compute the analysis of variance for a row and column design the mean is computed and subtracted from the observations to give, . Since the replicates, rows and columns are orthogonal the estimated effects, ignoring treatment effects, , , , can be computed using the appropriate means of the , and the unadjusted sum of squares computed as the appropriate sum of squared totals for the divided by number of units per total. The observations adjusted for replicates, rows and columns can then be computed by subtracting the estimated effects from to give .
In the case of a Latin square design the treatments are orthogonal to replicates, rows and columns and so the treatment effects, , can be estimated as the treatment means of the adjusted observations, . The treatment sum of squares is computed as the sum of squared treatment totals of the divided by the number of times each treatment is replicated. Finally the residuals, and hence the residual sum of squares, are given by .
For a design which is not orthogonal, for example a lattice square or an incomplete Latin square, the treatment effects adjusted for replicates, rows and columns need to be computed. The adjusted treatment effects are found as the solution to the equations:
where
is the vector of the treatment totals of the observations adjusted for replicates, rows and columns,
,
is a diagonal matrix with
equal to the number of times the
th treatment is replicated, and
is the
by
incidence matrix, with
equal to the number of times treatment
occurs in replicate
, with
and
being similarly defined for rows and columns. The solution to the equations can be written as:
where,
is a generalized inverse of
. The solution is found from the eigenvalue decomposition of
. The residuals are first calculated by subtracting the estimated adjusted treatment effects from the adjusted observations to give
. However, since only the unadjusted replicate, row and column effects have been removed and they are not orthogonal to treatments, the replicate, row and column means of the
have to be subtracted to give the correct residuals,
and residual sum of squares.
Given the sums of squares, the mean squares are computed as the sums of squares divided by the degrees of freedom. The degrees of freedom for the unadjusted replicates, rows and columns are
,
and
respectively and for the Latin square designs the degrees of freedom for the treatments is
. In the general case the degrees of freedom for treatments is the rank of the matrix
. The
-statistic given by the ratio of the treatment mean square to the residual mean square tests the hypothesis:
The standard errors for the difference in treatment effects, or treatment means, for Latin square designs, are given by:
where
is the residual mean square. In the general case the variances of the treatment effects are given by:
from which the appropriate standard errors of the difference between treatment effects or the difference between adjusted means can be calculated.
The analysis of a row-column design can be considered as consisting of different strata: the replicate stratum, the rows within replicate and the columns within replicate strata and the units stratum. In the Latin square design all the information on the treatment effects is given at the units stratum. In other designs there may be a loss of information due to the non-orthogonality of treatments and replicates, rows and columns and information on treatments may be available in higher strata. The efficiency of the estimation at the units stratum is given by the (canonical) efficiency factors, these are the nonzero eigenvalues of the matrix,
, divided by the number of replicates in the case of equal replication, or by the mean of the number of replicates in the unequally replicated case, see
John (1987). If more than one eigenvalue is zero then the design is said to be disconnected and information on some treatment comparisons can only be obtained from higher strata.
References
Cochran W G and Cox G M (1957) Experimental Designs Wiley
Davis O L (1978) The Design and Analysis of Industrial Experiments Longman
John J A (1987) Cyclic Designs Chapman and Hall
John J A and Quenouille M H (1977) Experiments: Design and Analysis Griffin
Searle S R (1971) Linear Models Wiley
Parameters
Compulsory Input Parameters
- 1:
– int64int32nag_int scalar
-
, the number of replicates.
Constraint:
.
- 2:
– int64int32nag_int scalar
-
, the number of rows per replicate.
Constraint:
.
- 3:
– int64int32nag_int scalar
-
, the number of columns per replicate.
Constraint:
.
- 4:
– double array
-
The observations ordered by columns within rows within replicates. That is
contains the observation from the th column of the th row of the th replicate, for , and .
- 5:
– int64int32nag_int scalar
-
The number of treatments. If only replicates, rows and columns are required in the analysis then set .
Constraint:
.
- 6:
– int64int32nag_int array
-
The dimension of the array
it
must be at least
if
, and at least
otherwise
If
,
indicates which of the
nt treatments unit
received, for
.
If
,
it is not referenced.
Constraint:
if , , for .
- 7:
– double scalar
-
The tolerance value used to check for zero eigenvalues of the matrix . If a default value of is used.
Constraint:
.
- 8:
– int64int32nag_int scalar
-
An adjustment to the degrees of freedom for the residual and total.
- The degrees of freedom for the total is set to and the residual degrees of freedom adjusted accordingly.
- the total degrees of freedom for the total is set to , as usual.
Constraint:
.
Optional Input Parameters
None.
Output Parameters
- 1:
– double scalar
-
The grand mean, .
- 2:
– double array
-
If
,
contains the (adjusted) mean for the
th treatment,
, for
, where
is the mean of the treatment adjusted observations
. Otherwise
tmean is not referenced.
- 3:
– double array
-
The analysis of variance table. Column 1 contains the degrees of freedom, column 2 the sum of squares, and where appropriate, column 3 the mean squares, column 4 the -statistic and column 5 the significance level of the -statistic. Row 1 is for replicates, row 2 for rows, row 3 for columns, row 4 for treatments (if ), row 5 for residual and row 6 for total. Mean squares are computed for all but the total row, -statistics and significance are computed for treatments, replicates, rows and columns. Any unfilled cells are set to zero.
- 4:
– double array
-
The upper triangular part of
c contains the variance-covariance matrix of the treatment effects, the strictly lower triangular part contains the standard errors of the difference between two treatment effects (means),
i.e.,
contains the covariance of treatment
and
if
and the standard error of the difference between treatment
and
if
, for
and
.
- 5:
– int64int32nag_int array
-
If
, the treatment replications,
, for
. Otherwise
irep is not referenced.
- 6:
– double array
-
If
,
contains the mean for the
th replicate,
, for
. Otherwise
rpmean is not referenced.
- 7:
– double array
-
contains the mean for the th row, , for .
- 8:
– double array
-
contains the mean for the th column, , for .
- 9:
– double array
-
The residuals,
, for .
- 10:
– double array
-
If
, the canonical efficiency factors. Otherwise
ef is not referenced.
- 11:
– int64int32nag_int scalar
unless the function detects an error (see
Error Indicators and Warnings).
Error Indicators and Warnings
Note: nag_anova_rowcol (g04bc) may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the function:
Cases prefixed with W are classified as warnings and
do not generate an error of type NAG:error_n. See nag_issue_warnings.
-
-
On entry, | , |
or | , |
or | , |
or | , |
or | , |
or | , |
or | , |
or | . |
-
-
On entry, | or for some when , |
or | no value of for some , when . |
-
-
On entry, | the values of y are constant. |
-
-
A computed standard error is zero due to rounding errors, or the eigenvalue computation failed to converge. Both are unlikely error exits.
- W
-
The treatments are totally confounded with replicates, rows and columns, so the treatment sum of squares and degrees of freedom are zero. The analysis of variance table is not computed, except for replicate, row, column and total sums of squares and degrees of freedom.
- W
-
The residual degrees of freedom or the residual sum of squares are zero, columns 3, 4 and 5 of the analysis of variance table will not be computed and the matrix of standard errors and covariances,
c, will not be scaled by
or
.
- W
-
The design is disconnected, the standard errors may not be valid. The design may have a nested structure.
-
An unexpected error has been triggered by this routine. Please
contact
NAG.
-
Your licence key may have expired or may not have been installed correctly.
-
Dynamic memory allocation failed.
Accuracy
The algorithm used in
nag_anova_rowcol (g04bc), described in
Description, achieves greater accuracy than the traditional algorithms based on the subtraction of sums of squares.
Further Comments
To estimate missing values the Healy and Westmacott procedure or its derivatives may be used, see
John and Quenouille (1977). This is an iterative procedure in which estimates of the missing values are adjusted by subtracting the corresponding values of the residuals. The new estimates are then used in the analysis of variance. This process is repeated until convergence. A suitable initial value may be the grand mean. When using this procedure
irdf should be set to the number of missing values plus one to obtain the correct degrees of freedom for the residual sum of squares.
For analysis of covariance the residuals are obtained from an analysis of variance of both the response variable and the covariates. The residuals from the response variable are then regressed on the residuals from the covariates using, say,
nag_correg_linregs_noconst (g02cb) or
nag_correg_linregm_fit (g02da). The results from those functions can be used to test for the significance of the covariates. To test the significance of the treatment effects after fitting the covariate, the residual sum of squares from the regression should be compared with the residual sum of squares obtained from the equivalent regression but using the residuals from fitting replicates, rows and columns only.
Example
The data for a Latin square is input and the ANOVA and treatment means computed and printed. Since the design is orthogonal only one standard error need be printed
Open in the MATLAB editor:
g04bc_example
function g04bc_example
fprintf('g04bc example results\n\n');
nrep = int64(1);
nrow = int64(5);
ncol = int64(5);
y = [6.67; 7.15; 8.29; 8.95; 9.62; 5.40; 4.77; 5.40; 7.54; 6.93;
7.32; 8.53; 8.50; 9.99; 9.68; 4.92; 5.00; 7.29; 7.85; 7.08;
4.88; 6.16; 7.83; 5.38; 8.51];
nt = int64(5);
it = [int64(5); 4; 1; 3; 2; 2; 5; 4; 1; 3;
3; 2; 5; 4; 1; 1; 3; 2; 5; 4;
4; 1; 3; 2; 5];
tol = 1e-05;
irdf = int64(0);
[gmean, tmean, table, c, irep, rpmean, rmean, cmean, r, ef, ifail] = ...
g04bc( ...
nrep, nrow, ncol, y, nt, it, tol, irdf);
fprintf('ANOVA table\n\n');
fmt5 = '%s%3.0f%12.4f%12.4f%12.4f%8.4f\n';
fmt3 = '%s%3.0f%12.4f%12.4f\n';
fmt2 = '%s%3.0f%12.4f\n';
if nrep>1
fprintf(fmt5, 'Reps ', table(1,1:5));
end
fprintf(fmt5, 'Rows ', table(2,1:5));
fprintf(fmt5, 'Columns ', table(3,1:5));
fprintf(fmt5, 'Treatments ', table(4,1:5));
fprintf(fmt3, 'Residual ', table(5,1:3));
fprintf(fmt2, 'Total ', table(6,1:2));
fprintf('\n\nTreatment Means\n\n');
for j = 1:8:nt
fprintf('%8.4f', tmean(j:min(j+7,nt)));
fprintf('\n');
end
fprintf('\nS.E. of difference (orthogonal design) = %10.4f\n', c(2,1));
g04bc example results
ANOVA table
Rows 4 29.4231 7.3558 9.0266 0.0013
Columns 4 22.9950 5.7487 7.0545 0.0037
Treatments 4 0.5423 0.1356 0.1664 0.9514
Residual 12 9.7788 0.8149
Total 24 62.7392
Treatment Means
7.3180 7.2440 7.2060 6.9000 7.2600
S.E. of difference (orthogonal design) = 0.5709
PDF version (NAG web site
, 64-bit version, 64-bit version)
© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015