Description Usage Arguments Value Examples
Organizes the data so that a Hidden Markov Model can be fit
1 | org_dat_msm(best_detects, t_star = 1)
|
best_detects |
Output of |
t_star |
The distance in km at which a fish is considered to have stayed in place between detection periods. |
returns a data.frame that will be taken as input into fit_hmm
.
1 | org_dat <- org_dat_msm(best_detects)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.