Last chance! 50% off unlimited learning
Sale ends in
aldex.glm(clr, conditions, useMC=FALSE)
clr
is the data output of aldex.clr
citation(package="ALDEx")
.
aldex.clr
,
aldex.ttest
,
aldex.effect
,
selex
# x is the output of the \code{x <- aldex.clr(data, mc.samples)} function
# conditions is a description of the data
# for the selex dataset, conditions <- c(rep("N", 7), rep("S", 7))
data(selex)
x <- aldex.clr(selex, mc.samples=1)
conditions <- c(rep("N", 7), rep("S", 7))
glm.test <- aldex.glm(x, conditions)
Run the code above in your browser using DataLab