make_bm_est_sigma2: Estimate Sigma and Sigma Variance

Description Usage Arguments Value Author(s) References See Also

View source: R/rase_source.r

Description

For internal use only.

Usage

1
make_bm_est_sigma2(ntaxa, nnode, wtips, paren, child, trlen)

Arguments

tree

phylogenetic tree of class "phylo".

ntaxa

Integer indicating the number of tips.

nnode

Integer indicating the number of nodes (should be ntaxa - 1).

wtips

Boolean indicating which children is a tip for each tree edge.

paren

Vector indicating the parent for each tree edge.

child

Vector indicating the child for each tree edge.

trlen

Vector of the length of each edge (i.e., the 'edge.length' slot in a phylo object).

Value

a function that returns a list with estimated sigma2x and its' standard deviation and sigma2y and its' standard deviation.

Author(s)

Forrest Crawford, Ignacio Quintero

References

Quintero, I., Keil, P., Jetz, W., Crawford, F. Evolutionary Reconstruction of Species Ranges Through Space and Time

See Also

rase


ignacioq/rase documentation built on Feb. 20, 2022, 3:16 p.m.