powered by
Do the generalized linear model regression
glmr( physeq, group, factors = NULL, ref = NULL, family = binomial(link = "logit") )
phyloseq object
the group factor to regression
a vector to indicate adjuested factors
the reference group
binomial() or gaussian()
Kai Guo
# \donttest{ data("Physeq") phy<-normalize(physeq) fit <-glmr(phy,group="SampleType") # }
Run the code above in your browser using DataLab