Description Usage Arguments Value Functions
par_try_models run ctmm::ctmm.select()
on each object of list on parallel.
par_fit_models run ctmm::ctmm.fit()
on each object of list on parallel.
1 2 3 | par_try_models(tele_list, cores = NULL, parallel = TRUE)
par_fit_models(tele_list, cores = NULL, parallel = TRUE)
|
tele_list |
|
cores |
the core count to be used for cluster. Could be a positive integer or
|
parallel |
Use regular |
par_try_models
: list of items named by animal names, each item hold
the attempted models as sub items with model type as name.
par_fit_models
: list of models named by animal names.
par_fit_models
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.