Learn R Programming

Orangutan (version 2.0.0)

multivariate_tests: Run multivariate statistical tests

Description

Performs beta-dispersion and PERMANOVA analyses.

Usage

multivariate_tests(df, output_dir, seed_disp = NULL, seed_perm = NULL)

Value

A list containing multivariate test results.

Arguments

df

A cleaned data frame containing morphometric traits.

output_dir

Directory where results will be written.

seed_disp

Optional integer; if provided, sets the random seed immediately before beta-dispersion permutation tests to ensure reproducibility.

seed_perm

Optional integer; if provided, sets the random seed immediately before PERMANOVA permutation tests to ensure reproducibility.