Learn R Programming

amt (version 0.0.7)

sl_params: Step lengths parameters

Description

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

Usage

sl_params(x, ...)

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

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

sl_shape(x, ...)

sl_scale(x, ...)

# S3 method for fitdist sl_params(x, alpha = 0.05, ...)

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

Arguments

x

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

...

Further arguments, none implemented.

alpha

[numeric(1)=0.05]{0-1} Alpha value for calculating 1-alpha confidence intervals.