Description Usage Arguments Examples
View source: R/eb.fit.R
fit limma
1
eb.fit(dat, design)
dat
data matrix
design
design matrix
1 2 3 4
data <- matrix(rnorm(120),ncol=6) x <- c(rep("a",3),rep("b",3)) x <- model.matrix(~x) eb.fit(data,x)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.