summary.williams {PMCMRplus}R Documentation

Summarize an williams Object

Description

Summarize an object of class williams.

Usage

## S3 method for class 'williams'
summary(object, ...)

Arguments

object

an object of class "williams".

...

further arguments. Currenly ignored.

Value

A detailed output of all pairwise hypotheses, the test statistics, the corresponding p-values and symbols that indicates the level of significance.

See Also

print.williams, summaryGroup.

Examples

ans <- vanWaerdenAllPairsTest(count ~ spray, InsectSprays)
summary(ans)

[Package PMCMRplus version 1.6.0 Index]