View source: R/define_contrast.R
define_contrast | R Documentation |
Define a contrast (matrix) to specify exact hypothesis system
define_contrast(type = c("raw", "one", "all"), comparator = NA)
type |
(character) |
comparator |
(numeric | character) |
"raw" contrast: compare all candidates against specified benchmark values
"one" ('all vs. one' or 'Dunnett') contrast: compare all candidates to a single comparator.
"all" ('all vs. all' or 'Tukey') contrast: compare all candidates against each other.
(cases_contrast
)
object to be passed to evaluate
define_contrast("one", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.