View source: R/summary-stats.R
pic_stat_sasr | R Documentation |
Fits a linear model between the absolute value of the contrasts and the ancestral state inferred at the node at which the contrast was calculated
pic_stat_sasr(unit.tree)
unit.tree |
a |
This test statistic is the estimate of the slope from fitting a linear model between the contrasts and the inferred ancestral state at the node at which the contrasts were calculated. It is used to evaluate whether the model is adequately capturing variation relative to ancestral state. The ancestral states are calculated using the contrast based approach and are not technically ancestral state estimates (see Felsenstein 1985 – American Naturalist); this is conceptually and statistically different from the maximum likelihood approach to reconstructing ancestral states. The contrast based approach is used here as there is a clear expectation of the relationship between the the contrasts and trait value. If the model is adequate, we expect there not to be a relationship between the contrasts and their node height (i.e. slope ~ 0).
The slope of the contrasts and their variances is included as a default test statistic
in the function calculate_pic_stat
.
The test statistic computed from a single unit.tree
can be visualized
with the function pic_stat_sasr_plot
.
s.asr
the estimated slope parameter
calculate_pic_stat
, default_pic_stat
, pic_stat_sasr_plot
,
lm
, ace
data(finch) phy <- finch$phy dat <- finch$data[,"wingL"] unit.tree <- make_unit_tree(phy, data=dat) ## estimate slope pic_stat_sasr(unit.tree) ## visualization pic_stat_sasr_plot(unit.tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.