make_group_matrix: Crate a results matrix from the analysis results of a...

Description Usage Arguments Value

Description

Create a matrix summarising the results from the analysis of a datast. The table contains groupings (denoted by letters) and the degree, accuracy and p-value for each grouping.

Usage

1
make_group_matrix(res, alpha = 0.05, full_tree = FALSE)

Arguments

res

A results structure, i.e., the output from analyze_dataset.

alpha

The significance level for filtering (showing) trees only above this threshold. The default is 0.05.

full_tree

Return the full tree (also trees for which p < alpha). Default is FALSE.

Value

A matrix with the results.


bwrc/astrid-r documentation built on May 13, 2019, 9:08 a.m.