Learn R Programming

PMCMRplus (version 1.6.0)

summary.williams: Summarize an williams Object

Description

Summarize an object of class williams.

Usage

# S3 method for 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

Run this code
# NOT RUN {
ans <- vanWaerdenAllPairsTest(count ~ spray, InsectSprays)
summary(ans)
# }

Run the code above in your browser using DataLab