perform_adonis: Perform an adonis test

perform_adonisR Documentation

Perform an adonis test

Description

This function executes the adonis function of the vegan package and returns the result.

Usage

perform_adonis(ta, predictors, permutations = 999)

Arguments

ta

A tidyamplicons object.

predictors

A character vector with predictors to include in the model.

permutations

The number of permutations (more permutations takes longer but gives a more accurate p-value).

Details

Samples where one or more predictors are NA are removed.

Value

An object of class "adonis" (see adonis).


SWittouck/tidyamplicons documentation built on Aug. 15, 2023, 3:14 a.m.