print.clusterlm {permuco}R Documentation

Print clusterlm object.

Description

Display the corrected p-values for each effects. Results of the "clustermass" procedure.

Usage

## S3 method for class 'clusterlm'
print(x, multcomp = NULL, alternative = "two.sided", ...)

Arguments

x

A clusterlm object.

multcomp

A character string indicating the multiple comparison procedure to print. Default is NULL a print the first multiple comparisons procedure of the clusterlm object.

alternative

A character string indicating the alternative hypothesis. Choose between "two.sided", "greater", "less". Default is "two.sided".

...

Further arguments pass to print.

See Also

Other summary: summary.clusterlm()


[Package permuco version 1.1.2 Index]