View source: R/RasperGade_fitting.R
fitPE | R Documentation |
Fit pulsed evolution model in a maximum-likelihood framework
fitPE( x, l, start.value = NULL, min.value = rep(0, 4), numCores = 1, fixed = list(), laplace = TRUE, eval.only = FALSE, reltol = sqrt(.Machine$double.eps), ... ) fitPE.phy( phy, x, start.value = NULL, min.value = rep(0, 4), numCores = 1, fixed = list(), ignore.zero = TRUE, laplace = TRUE, eval.only = FALSE, bootstrap = NULL, reltol = sqrt(.Machine$double.eps), ... )
x |
trait change in |
l |
branch length of time/divergence |
phy |
a phylo-class object from the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.