| IDs | text |
The list of Unit identifiers to index the results.
|
| Residuals | matrix |
The residuals from the fitted regression model will be saved in a matrix of this name.
The units in the model will be in the columns of the matrix and there will be one row for each probe.
|
| Fitted values | matrix |
The fitted values for the fitted regression model will be saved in a matrix of this name.
The units in the model will be in the columns of the matrix and there will be one row for each probe.
|
| Estimates | matrix |
The estimates for each model term will be saved in a matrix of this name.
The model terms will be in the columns of the matrix and there will be one row for each probe.
|
| Standard Errors of Estimates | matrix |
The standard errors of the estimates for each model term will be saved in a matrix of this name.
The model terms will be in the columns of the matrix and there will be one row for each probe.
|
| T-values of Estimates | matrix |
The T-values (i.e. the estimate divided by its standard error) of the estimates for each model term will be saved in a matrix of this name.
The model terms will be in the columns of the matrix and there will be one row for each probe.
|
| T-Probabilities of Estimates | matrix |
The probability of the T-values of the estimates for each model term will be saved in a matrix of this name.
The model terms will be in the columns of the matrix and there will be one row for each probe.
|
| 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.
|
| 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.
|
| Mean Squares | pointer |
The mean of squares (i.e. the sums of squares divided by its degrees of freedom) for each model term will be saved
in unnamed variates pointed to by this pointer.
|
| Residual DF | variate |
The residual degrees of freedom of the regression model fitted.
|
| Residual Sums of Squares | variate |
The residual sums of squares of the regression model fitted.
|
| Residual Mean Squares | variate |
The residual mean squares (i.e. the sums of squares divided by its degrees of freedom) of the regression model fitted.
|
| Total DF | variate |
The total degrees of freedom will be saved in a variate of this name.
|
| Total Sum of Squares | variate |
The total sum of squares will be saved in a variate of this name.
|
| Total Mean Squares | variate |
The total mean of squares (i.e. the total sum of squares divided by the total degrees of freedom) will be saved in a variate of this name.
|
| Variance Ratio | pointer |
The variance or F ratio (i.e. the model term mean squares divided by the residual mean squares) for each
model term will be saved in unnamed variates pointed to by this pointer.
|
| Probability of VR | pointer |
The probability of a variance ratio (i.e. F statistic) being more extreme than the observed the F ratio for each
model term will be saved in unnamed variates pointed to by this pointer.
|