Learn R Programming

amt (version 0.0.7)

ta_distr: Turn angle distribution

Description

Returns the name of the distribution (e.g., von Mises) fitted to the distribution of turn angles.

Usage

ta_distr(x, ...)

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

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

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

Arguments

x

[fit_clogit(1),random_steps(1)] An object that contains either a fitted conditional logistic regression, random steps or just a fitted distribution.

...

Further arguments, none implemented.