filterConCub {geecc}R Documentation

Filter results from two- or three-way tests

Description

Performs filtering on results from two- or three-way tests

Usage

filterConCub(obj, filter, p.adjust.method = "none", verbose=1)

Arguments

obj

object of type concub

filter

object of type concubfilter

p.adjust.method

set adjustment-method for p-values. Must match any of p.adjust.methods.

verbose

An integer specifying the level of verbosity.

Details

You have to execute runConCub before filtering.

Value

an (extended) object of type concub with filtered test results

Examples

# a character vector listing possible
# adjustment approaches
p.adjust.methods

[Package geecc version 1.21.0 Index]