Learn R Programming

amt (version 0.2.2.0)

make_issf_model: 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()
)

Value

An object of fit_clogit.

Arguments

coefs

A named vector with the coefficient values.

sl

The tentative step-length distribution.

ta

The tentative turn-angle distribution.