Learn R Programming

geecc (version 1.0.0)

filterConCub: 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")

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.

Value

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

Details

You have to execute runConCub before filtering.

Examples

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

Run the code above in your browser using DataLab