View source: R/fct_stats_multi.R
calculate_permanova | R Documentation |
Function to perform a permutational analysis of variance
calculate_permanova(
abun_table,
metadata,
vars,
distance = "bray",
assess = "model",
use_interaction = FALSE,
strata = NULL
)
abun_table |
Feature abundance table with features as rows and samples as columns |
vars |
Independent variables |
distance |
Dissimilarity distance to calculate. Available options are
those from |
use_interaction |
Calculate interaction of selected variables |
strata |
Variable to define sample blocks |
Object returned depend on the selected method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.