Prints the global and local results of a multiple contrast test procedure.
The local results include contrast estimates, standard errors, simultaneous
confidence limits, test statistics, adjusted p-values, and degrees of freedom.
The contrast matrix can optionally be displayed with
show.matrix = TRUE.
# S3 method for nparld_mctp
print(x, digits = 4, show.matrix = FALSE, ...)An object of class "nparld_mctp".
Number of digits used for printing numerical results.
Logical. If TRUE, print the contrast matrix used in the
multiple contrast procedure.
Further arguments.
The method prints the global multiple contrast test and the local contrast
results, including estimates, standard errors, simultaneous confidence
limits, test statistics, adjusted p-values, and degrees of freedom. The
contrast matrix is stored in x$Contrast.Matrix and is printed only
when show.matrix = TRUE.