R/visualization-functions.R
association_statistics_for_both.Rd
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 to for ICC computation.Defaults to the column names
of "md"
.
A data frame with sample identifiers as rownames and variables as
factors or numeric as determined by "sageseqr::clean_covariates()"
.
Set the p-value threshold.
Defaults to removing rows with missing values.