pgls.RMA: Phylogenetic RMA regression

Description Usage Arguments Details Value Author(s)

View source: R/pgls.RMA.R

Description

Phylogenetic RMA regression

Usage

1
pgls.RMA(object, h0 = 1, param.CI = 0.95)

Arguments

object

an object containing the results returned by pgls().

h0

Null slope for hypothesis test. Defaults to 1.

param.CI

Level for confidence interval. Defaults to 0.95.

Details

This function performs phylogenetic RMA regression on an object of class pgls. Confidence intervals and hypothesis tests for arbitrary slopes are provided.

Value

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

Author(s)

Kevin Middleton (middletonk@missouri.edu) with code modified from phytools::phyl.RMA() written by Liam Revell.


kmiddleton/kmmisc documentation built on Jan. 27, 2020, 7:55 a.m.