contrast_set | R Documentation |
Construct a list of contrast_spec objects.
contrast_set(...)
... |
A variable-length list of contrast_spec objects. |
A list of contrast_spec objects with class "contrast_set".
c1 <- contrast(~ A - B, name="A_B")
c2 <- contrast(~ B - C, name="B_C")
contrast_set(c1,c2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.