Extract_logL | R Documentation |
This function extracts loglikelihood from a list of MGLM objects.
Extract_logL(x)
x |
A list of MGLM objects. 'MGLMdtmFit', 'MGLMdtmReg', 'MGLMdtmSparseReg', or 'MGLMdtmTune'. |
Returns the loglikelihood 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_logL(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.