another treatment group B (B1, B2, B3). For the sake of example, I had simplified the group's names to letters.
The code that I use for contrast is:
"comparisonmodel <- model.matrix(~0+design)
> colnames (comparisonmodel...lt;- levels(design)
fit <- lmFit(NmData, comparisonmodel)
\#Applying the empirical Bayes method
project.fit.eBa…
updated 7.1 years ago • andreilazar9
