fit_model | R Documentation |
Function to perform differential abundance analysis among the specified groups
fit_model(
abun_table,
metadata,
model_type,
vars = NULL,
fix_vars = NULL,
rand_vars = NULL
)
fit_model.lm(feature_table, vars)
fit_model.lme(feature_table, fix_vars, rand_vars)
The return value, if any, from executing the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.