Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inst/pages/community_similarity.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,8 @@ groups. A p-value smaller than the significance threshold indicates that the
groups have a different community composition.

This method is implemented with the
[`adonis2`](https://www.rdocumentation.org/packages/vegan/versions/2.7-1/topics/adonis)
function from the `r BiocStyle::CRANpkg("vegan")` package.
[`adonis2`](https://vegandevs.github.io/vegan/reference/adonis.html)
function from the `r BiocStyle::CRANpkg("vegan")` package.

From the results table below, we see that both clinical status and age explain
more than 10% of the variance, however, only age has statistical significance.
Expand Down
Loading