contrast_set: Create a Set of Contrasts

View source: R/contrast.R

contrast_setR Documentation

Create a Set of Contrasts

Description

Construct a list of contrast_spec objects.

Usage

contrast_set(...)

Arguments

...

A variable-length list of contrast_spec objects.

Value

A list of contrast_spec objects with class "contrast_set".

Examples

c1 <- contrast(~ A - B, name="A_B")
c2 <- contrast(~ B - C, name="B_C")
contrast_set(c1,c2)


bbuchsbaum/fmrireg documentation built on May 16, 2023, 10:56 a.m.