These functions print the summary of a list of models fitted using the anoas
function.
# S3 method for anoas
summary(object, ...)# S3 method for anoas
print(x, ...)
# S3 method for summary.anoas
print(x, digits = 1, nsmall = 2, scientific = FALSE, ...)
an anoas
object.
an anoas
object.
See ?format.
See ?format.
See ?format.
more arguments to be passed to further methods (ignored by summary.anoas
).
A data.frame
with the following columns:
the residual number of degrees of freedom of the model.
the residual deviance of the model (likelihood ratio Chi-squared statistic, or L-squared).
the ratio of the residual deviance of the model over that of the independence model, times 100. This measures the share of departure from independence that cannot be explained using the number of dimensions of the model.
the dissimilarity index of the model's fitted values with regard to the observed data.
the Bayesian Information Criterion for the model.
Akaike's An Information Criterion for the model.
the reduction in deviance of the model compared to the previous one
the reduction in the number of degrees of freedom of the model compared to the previous one.
Contrary to most analyses of association in the literature, this function currently does not fit uniform association model (“U”), nor separate models with only row and column association (“R” and “C” models), nor log-linear row and column association models.
Currently, no significance test is performed on the models. Please note that it is not correct to test the one-dimension association model against the independence model.