Description Usage Arguments Author(s) Examples
Checks if the contrast vector follows the specified format. Internal use only.
1 | check.contrast.format(cnt, sample.list)
|
cnt |
contrasts vector. |
sample.list |
the input sample list. |
Panagiotis Moulos
1 2 3 4 | sample.list <- list(A=c("A1","A2"),B=c("B1","B2","B3"))
cnt <- c("A_vs_B") # Will work
#cnt <- c("A_vs_C") ## Will throw error!
check.contrast.format(cnt,sample.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.