Extract_BIC | R Documentation |
This function extracts BIC from a list of MGLM objects.
Extract_BIC(x)
x |
A list of MGLM objects. 'MGLMdtmFit', 'MGLMdtmReg', 'MGLMdtmSparseReg', or 'MGLMdtmTune'. |
Returns the BIC of a MGLMdtm object (a list of MGLM objects).
library(phyloseq) otu.tab <- t(otu_table(combo.phyloseq.obj)) tree <- phy_tree(combo.phyloseq.obj) fit <- MGLMdtmFit(otu.tab, tree) Extract_BIC(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.