make_issf_model | R Documentation |
issf
-model object from scratchIn order to simulate from an issf
a
make_issf_model(
coefs = c(sl_ = 0),
sl = make_exp_distr(),
ta = make_unif_distr()
)
coefs |
A named vector with the coefficient values. |
sl |
The tentative step-length distribution. |
ta |
The tentative turn-angle distribution. |
An object of fit_clogit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.