Usage
alldiffs(predictions, differences = NULL, p.differences = NULL,
sed = NULL, LSD = NULL, backtransforms = NULL,
response = NULL, response.title = NULL,
term = NULL, classify = NULL, tdf = NULL)Arguments
predictions
a data.frame containing the predicted values that is consistent with an
object of class asremlPredict such as
is stored in the pvals component of the prediction
differences
a matrix containing all pairwise differences between
the predictions; it should have the same number of rows and columns as there are
rows in predictions.
p.differences
a matrix containing p-values for all pairwise differences
between the predictions; each p-value is computed as the probability of a t-statistic
as large as or larger than the observed difference div
sed
a matrix containing the standard errors of all pairwise differences
between the predictions; they are used in computing the p-values.
LSD
a data.frame containing the mean, minimum and maximum LSD for determining
the significance of pairwise differences.
backtransforms
a data.frame containing the backtransformed values of the predicted values
that is consistent with an object of class asremlPredict such as
is stored in the pvals component
response
a character specifying the response variable for the
predictions. It is stored as an attribute to the alldiffs
object.
response.title
a character specifying the title for the response variable
for the predictions. It is stored as an attribute to the alldiffs
object.
term
a character string giving the variables that define the term
that was fitted using asreml and that corresponds
to classify. It is often the same as classify.
I
classify
a character string giving the variables that define the margins
of the multiway table used in the prediction. Multiway tables are
specified by forming an interaction type term from the
classifying va
tdf
an integer specifying the degrees of freedom of the standard error. It is used as
the degrees of freedom for the t-distribution on which p-values and confidence
intervals are based.
It is