Skip to contents

mmrr_var_sel performs MMRR with backward elimination variable selection

Usage

mmrr_var_sel(Y, X, nperm = 999, stdz = TRUE)

Arguments

Y

is a dependent distance matrix

X

is a 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)

See also

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