getLikelihood: Estimate likelihoods and AICs

Description Usage Arguments

View source: R/getLikelihood.R

Description

Estimate likelihoods and AIC for several possible migration models.

Usage

1
2
3
4
5
6
7
getLikelihood(
  p,
  T,
  X,
  Y,
  model = c("mouf", "mou", "mwn", "ouf", "ou", "wn")[1]
)

Arguments

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


EliGurarie/marcher documentation built on Oct. 17, 2020, 3:55 a.m.