View source: R/msreve_design.R
add_interaction_contrasts | R Documentation |
Creates new contrast columns representing pairwise interactions of existing
contrasts in an msreve_design
object.
add_interaction_contrasts(design, pairs = NULL, orthogonalize = TRUE)
design |
An object of class |
pairs |
Optional two-column matrix or list of character vectors
specifying pairs of contrast column names. Default |
orthogonalize |
Logical; if |
The updated msreve_design
object with interaction columns
appended.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.