ratebystate {phytools} | R Documentation |
Method for investigating the rate of one trait as a function of the state of another
Description
Statistical test of whether the rate of a continuous character might be influenced by the state of another.
Usage
ratebystate(tree, x, y, nsim=100, corr=c("pearson","spearman"), ...)
Arguments
tree |
phylogenetic tree. |
x |
a continuous character - the dependent variable in the model. |
y |
a second continuous trait - the response variable. |
nsim |
number of simulations for hypothesis testing. |
corr |
correlation method to use. Same as in |
... |
optional arguments which include |
Details
This function attempts to ask if the rate of a continuous character, y
, depends on the state of a separate continuous trait, x
. This is accomplished by regressing the squared contrasts in y
on the branch or node ancestral estimates of x
.
Value
This function returns an object of class "ratebystate"
with up to the following four elements:
beta |
value of the regression coefficient for square of the contrasts in |
r |
correlation coefficient for |
corr |
string giving the value of |
method |
string giving the value of |
Author(s)
Liam Revell liam.revell@umb.edu
References
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.