View source: R/visualization-functions.R
association_statistics_for_both | R Documentation |
Fit a one-way ANOVA fixed effects model.
association_statistics_for_both(
variables = names(clean_metadata),
clean_metadata,
p_value_cutoff = 0.05,
na_action = "remove"
)
variables |
Variables to for ICC computation.Defaults to the column names
of |
clean_metadata |
A data frame with sample identifiers as rownames and variables as
factors or numeric as determined by |
p_value_cutoff |
Set the p-value threshold. |
na_action |
Defaults to removing rows with missing values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.