View source: R/getLikelihood.R
getLikelihood | R Documentation |
Estimate likelihoods and AIC for several possible migration models.
getLikelihood(
p,
T,
X,
Y,
model = c("mouf", "mou", "mwn", "ouf", "ou", "wn")[1]
)
p |
initial parameters: [tau.z, tau.v, t1, t2, x1, x2, y1, y2] |
T , X , Y |
time,x and y coordinates |
model |
"wn", "ou", "ouf", "mou" or "mouf", - whether or not to estimate tau.v |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.