mymakeContrasts | R Documentation |
This is a copy of limma::makeContrasts without the test of make.names() Because I want to be able to use it with interaction models potentially and if a model has first:second, make.names() turns the ':' to a '.' and then the equivalence test fails, causing makeContrasts() to error spuriously (I think).
mymakeContrasts(..., contrasts = NULL, levels)
... |
Conditions used to make the contrasts. |
contrasts |
Actual contrast names. |
levels |
contrast levels used. |
Same contrasts as used in makeContrasts, but with unique names.
[limma::makeContrasts()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.