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)