make_issf_model {amt} | R Documentation |
Create an issf
-model object from scratch
Description
In order to simulate from an issf
a
Usage
make_issf_model(
coefs = c(sl_ = 0),
sl = make_exp_distr(),
ta = make_unif_distr()
)
Arguments
coefs |
A named vector with the coefficient values. |
sl |
The tentative step-length distribution. |
ta |
The tentative turn-angle distribution. |
Value
An object of fit_clogit
.
[Package amt version 0.2.2.0 Index]