| Y-Variate IDs | text |
The list of y-variate identifiers to index the results.
|
| Means | pointer |
The means for each treatment term will be saved in unnamed matrices pointed to by this pointer.
The treatment levels will be in the columns of the matrix and there will be one row for each probe.
|
| Variance-Covariance matrix | pointer |
The symmetrical variance-covariance matrix of the means will be saved in unnamed matrices pointed to by this pointer.
The items of the n x (n-1)/2 variance-covariance matrix will be in the columns of the matrix and there will be one row for each probe.
|
| Effects | pointer |
The effects for each treatment term will be saved in unnamed matrices pointed to by this pointer.
The treatment levels will be in the columns of the matrix and there will be one row for each probe.
|
| Unit Variance of Effects | pointer |
The unit variance of the stratum that each treatment term is in will be saved in unnamed variates pointed to by this pointer.
The variates contains the values for each probe.
|
| Standard Errors of Effects | pointer |
The standard errors of the effects for each treatment term will be saved in unnamed matrices pointed to by this pointer.
The treatment levels will be in the columns of the matrix and there will be one row for each probe.
|
| Treatment Degrees of Freedom | pointer |
The degrees of freedom for each treatment will be saved in unnamed variates pointed to by this pointer.
These are stored in unnamed variates for each treatment term which are pointed to by this pointer.
|
| Treatment Sums of Squares | pointer |
The sums of squares for each treatment will be saved in unnamed variates pointed to by this pointer.
These are stored in unnamed variates for each treatment term which are pointed to by this pointer.
|
| Treatment Mean Square | pointer |
The mean of square (i.e. the sums of squares divided by its degrees of freedom) for each treatment will be saved
in unnamed variates pointed to by this pointer.
|
| Residual Degrees of Freedom | pointer |
The residual degrees of freedom in the stratum each treatment occurs in each probe.
These are stored in unnamed variates for each treatment term which are pointed to by this pointer.
|
| Residual Sums of Squares | pointer |
The residual sums of squares in the stratum each treatment occurs in from the ANOVA for each probe.
These are stored in unnamed variates for each treatment term which are pointed to by this pointer.
|
| Residual Mean Square | pointer |
The residual mean square in the stratum each treatment occurs in each probe.
These are stored in unnamed variates for each treatment term which are pointed to by this pointer.
|
| Treatment Variance/F Ratio | pointer |
The variance or F ratio (i.e. the treatment mean squares divided by the residual mean square) for each
treatment will be saved in unnamed variates pointed to by this pointer.
|
| Treatment F Probability | pointer |
The probability of a F statistic being more extreme than the observed the F ratio for each
treatment will be saved in unnamed variates pointed to by this pointer.
|
| Contrast Estimates | pointer |
The contrast estimates will be saved in unnamed matrices pointed to by this pointer.
The contrasts will be in the columns of the matrix and there will be one row for each probe.
There will be one matrix for each treatment term which has contrasts defined for it.
Where not all the degrees of freedom of the treatment term are used by the contrasts,
extra terms giving the deviations for each treatment level will also be saved.
|
| Standard Errors of Contrasts | pointer |
The contrast standard errors will be saved in unnamed matrices pointed to by this pointer.
The standard errors will be in the columns of the matrix and there will be one row for each probe.
|
| Contrast T values | pointer |
The contrast t-values (the contrasts divided by their standard errors) will be saved in unnamed matrices pointed to by this pointer.
The T values will be in the columns of the matrix and there will be one row for each probe.
|
| Probabilities of Contrasts | pointer |
The two sided probabilities of contrast t-values being more extreme that the observed t-values
will be saved in unnamed matrices pointed to by this pointer.
|