contrast_weights.contrast_set | R Documentation |
Compute the contrast weights for each contrast specification within a contrast_set object.
## S3 method for class 'contrast_set'
contrast_weights(x, term, ...)
x |
A contrast_set object (a list of contrast_spec objects). |
term |
A term object against which weights should be computed. |
... |
Additional arguments passed to individual contrast_weights methods. |
A named list where each element is the result of calling contrast_weights on the corresponding contrast_spec in the set. The list names are the names of the individual contrasts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.