make_issf_model: Create an 'issf'-model object from scratch

View source: R/simulate.R

make_issf_modelR 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.


amt documentation built on March 31, 2023, 5:29 p.m.