shipunov (version 1.13)

pairwise.Rro.test: Robust rank order test post hoc derivative

Description

Robust rank order test post hoc derivative

Usage

pairwise.Rro.test(x, g, p.adjust.method="BH")

Arguments

x

Values

g

Groups

p.adjust.method

See '?p.adjust'

Value

List with test outputs

Details

'pairwise.Rro.test()' is the Robust rank order test post hoc derivative.

See Also

Rro.test

Examples

Run this code
# NOT RUN {
pairwise.Rro.test(airquality$Ozone, airquality$Month)
# }

Run the code above in your browser using DataCamp Workspace