Run MMRR and return model object
mmrr_run.Rd
Run MMRR and return model object
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"
See also
Other MMRR functions:
MMRR()
,
mmrr_df()
,
mmrr_do_everything()
,
mmrr_plot()
,
mmrr_table()
,
mmrr_var_sel()
,
unfold()