logL.joint.accel.decel.single.R.zero.corr {evoTS} | R Documentation |
Log-likelihoods for evolutionary models
Description
Returns log-likelihood for a multivariate Unbiased Random Walk model with uncorrelated changes and with accelerating or decelerating rates of evolution through time.
Usage
logL.joint.accel.decel.single.R.zero.corr(init.par, y, m, n, anc.values, yy)
Arguments
init.par |
initial (starting) parameters values |
y |
vector containing all trait values from all traits |
m |
number of traits |
n |
number of populations |
anc.values |
initial values for the ancestral trait values |
yy |
a multivariate evoTS object |
Details
In general, users will not be access these functions directly, but instead use the optimization functions, which use these functions to find the best-supported parameter values.
Value
The log-likelihood of the parameter estimates, given the data.
Author(s)
Kjetil Lysne Voje
[Package evoTS version 1.0.3 Index]