| par_try_models | R Documentation | 
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.
par_try_models(tele_list, IC = "AICc", cores = NULL, parallel = TRUE)
par_fit_models(tele_list, cores = NULL, parallel = TRUE)
tele_list | 
 
  | 
IC | 
 information criteria used in model selection, possible values are "AICc", "AIC", "BIC", "LOOCV", and "HSCV"  | 
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.