Learn R Programming

amt (version 0.0.7)

sl_distr: Step-length distribution

Description

Returns the name of the distribution (e.g., gamma) fitted to the distribution of step lengths.

Usage

sl_distr(x, ...)

# S3 method for list sl_distr(x, ...)

# S3 method for fit_clogit sl_distr(x, ...)

# S3 method for random_steps sl_distr(x, ...)

Arguments

x

An object that contains either a fitted conditional logistic regression, random steps or just a fitted distribution.

...

Further arguments, none implemented.