Skip to contents

Run MMRR and return model object

Usage

mmrr_run(Y, X, nperm = 999, stdz = TRUE, model = "full")

Arguments

Y

dependent distance matrix

X

list of independent distance matrices (with optional names)

nperm

number of permutations to be used in significance tests (default = 999)

stdz

if TRUE then matrices will be standardized (default = TRUE)

model

whether to fit the model with all variables ("full") or to perform variable selection to determine the best set of variables ("best"); defaults to "full"

Value

list with final model results and regression coefficients

See also

Other MMRR functions: MMRR(), mmrr_df(), mmrr_do_everything(), mmrr_plot(), mmrr_table(), mmrr_var_sel(), unfold()