Description Usage Arguments Value Author(s) Examples
This function does negative binomial test for a given otuID or taxon
1 2 |
data |
an ecology data set to be analyzed. |
meta |
the metadata table to be analyzed. |
is.OTU |
logical. If an OTU table was provided, |
rank |
optional. If no |
meta.factors |
optional. If provided, will only test the model on selected metadata variables; otherwise, will test all variables in the metadata table. |
anov.fac |
optional. Whether or not to do anova test on a metadata variable. |
taxon |
a length one charactor. Can either be an otuID or a taxon name. |
This function return a list of outputs of the negative bionomial modeling for a selected otuID or taxa. Members of this output list are: "NB.model", "tax.met", "taxon", "factors", "anova".
NB.model |
is the negative bionomial model |
tax.met |
is a dataframe with combined the taxon and metadata |
taxon |
is either a taxon name or in LCA_otuID format,
see also |
factors |
shows which metadata variable had significant impact |
anova |
shows anova test of a metadata variable, this will not be
available if |
Wen Chen
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.