Learn R Programming

nparLD (version 2.3.1)

print.nparld_mctp: Print nparLD multiple contrast results

Description

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.

Usage

# S3 method for nparld_mctp
print(x, digits = 4, show.matrix = FALSE, ...)

Arguments

x

An object of class "nparld_mctp".

digits

Number of digits used for printing numerical results.

show.matrix

Logical. If TRUE, print the contrast matrix used in the multiple contrast procedure.

...

Further arguments.

Details

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.