Learn R Programming

phytools (version 0.0-8)

tTests: Generate all bi- and multifurcating unrooted trees

Description

This function computes all pairwise t-values. Used internally by phylANOVA.

Usage

tTests(x,y)

Arguments

x
a vector containing the groups.
y
a vector containing the response variable (continuously valued).

Value

  • Tmatrix of t-values.

Details

Uses a little bit of code from pairwise.t.test.

See Also

anova, pairwise.t.test, phylANOVA