cu_crw_argos | R Documentation |
A basic CTCRW model is fitted to a list of data sets where each element in the list represents the data for a single individual or deployment.
cu_crw_argos(
data,
move_phase = NULL,
bm = FALSE,
use_prior = TRUE,
crw_control = NULL,
fit = TRUE,
skip_check = FALSE,
...
)
data |
A data set containg the telemetry data for a single individual.
Will also accept a single |
move_phase |
An optional character value indicating a factor variable column in the data that designates different movement phases. |
bm |
Fit a Brownian Motion model rather than in integrated OU model. Defaults to |
use_prior |
Logical. Should a sensible mixture normal prior be use for the log beta and
log error scale parameters to impose a soft constraint for better numerical optimization.
Default is |
crw_control |
A named list passed to |
fit |
Logical. CTCRW parameters are estimated if |
skip_check |
See |
... |
Additional arguments passed to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.