Description Usage Arguments Details Value Author(s)
Phylogenetic RMA regression
1 | pgls.RMA(object, h0 = 1, param.CI = 0.95)
|
object |
an object containing the results returned by
|
h0 |
Null slope for hypothesis test. Defaults to 1. |
param.CI |
Level for confidence interval. Defaults to 0.95. |
This function performs phylogenetic RMA regression on an object of
class pgls
. Confidence intervals and hypothesis tests for
arbitrary slopes are provided.
an object of class pgls.rma
. Containing:
b.RMA |
RMA slope estimate |
lower |
lower bound of the confidence interval |
upper |
upper bound of the confidence interval |
b0 |
intercept estimate |
param.CI |
level for confidence interval |
h0 |
null slope for hypothesis test |
df |
non-phylogenetic degrees of freedom |
df_phyl |
phylogenetic degrees of freedom |
t |
value of t-statistic for slope hypothesis test |
P |
P-value for slope hypothesis test |
Kevin Middleton (middletonk@missouri.edu) with
code modified from phytools::phyl.RMA()
written by Liam
Revell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.