print.MCT: Print Objects

View source: R/print.MCT.R

print.MCTR Documentation

Print Objects

Description

Prints the results of a multiple comparison test (multicomp.test).

Usage

## S3 method for class 'MCT'
print(x, digits = 4, ...)

Arguments

x

an object of class "MCT" from multicomp.test.

digits

the number of significant digits to print numeric data.

...

not used for method, required for other methods.

Value

The object x is returned invisibly.

Note

The printed output contains a description of the test, critical values, the variables in the test, and two tables: the paired comparisons and associations among the groups. The table of the paried comparisons shows the groups in the comparison, the estimate of the difference between the group means, the standard error of the difference, lower and upper confidence intervals, and a flag that indicates if the confidence interval excludes 0, which indicates wheter the difference is significantly different from 0 at the user-specified value. The table of asociations shows the group, the mean value of the response, the number of observations in the group, and any number of columns names "A," "B," and so forth that represent possible associations of the groups whare an "X" is present in the group.


USGS-R/smwrStats documentation built on Oct. 11, 2022, 6:15 a.m.