mmrr_var_sel performs MMRR with backward elimination variable selection
mmrr_var_sel.Rd
mmrr_var_sel performs MMRR with backward elimination variable selection
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()