Learn R Programming

PhylogeneticEM (version 1.0.0)

compute_betas_from_shifts: Computation of the optimal values at nodes and tips.

Description

compute_betas_from_shifts computes the optimal values at the nodes and tips of the tree, given the value at the root and the list of shifts occuring in the tree. It assumes an OU model.

Usage

compute_betas_from_shifts(phylo, optimal.value, shifts)

Arguments

phylo
a phylogenetic tree, class phylo.
optimal.value
the optimal value at the root of the tree.
shifts
position and values of the shifts .

Value

Vector of size (ntaxa + nNodes) of the ptimal values at the tips of the tree.