mle.tree: Maximun likelihood estimation for a phylogenetic tree

Description Usage Arguments Value Author(s) Examples

View source: R/mle.tree.R

Description

it calculates the MLE of a phylogenetic tree under the diversity-dependance model

Usage

1
mle.tree(tree, init_par = c(2, 1, 60))

Arguments

tree

phylogenetic tree described as a markov process wt,E,n

init_par

initial parameters of the optimization process

Value

MLE values

Author(s)

F. Richter M.

Examples

1
2
s = sim.tree()
mle.tree(s$tree)

franciscorichter/dmea02 documentation built on March 21, 2020, 3:46 a.m.