fit a a Move Persistence Model (mpm)
fit a random walk with time-varying move persistence to temporally regular or irregular location data
fit_mpm( x, what = "predicted", model = c("jmpm", "mpm"), coords = 3:4, control = mpm_control(), inner.control = NULL, optim = NULL, optMeth = NULL, verbose = NULL )
a list with components
|
a dataframe of fitted locations |
|
model parameter summary |
|
input dataframe |
|
the tmb object |
|
the object returned by the optimizer |
## fit jmpm to two southern elephant seal tracks xs <- fit_ssm(sese2, spdf=FALSE, model = "rw", time.step=72, control = ssm_control(se = FALSE, verbose = 0)) fmpm <- fit_mpm(xs, model = "jmpm")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.