get_max_dist {amt}R Documentation

Get the maximum distance

Description

Helper function to get the maximum distance from a fitted model.

Usage

get_max_dist(x, ...)

## S3 method for class 'fit_clogit'
get_max_dist(x, p = 0.99, ...)

Arguments

x

⁠[fitted_issf]⁠
A fitted integrated step-selection function.

...

Further arguments, none implemented.

p

⁠[numeric(1)]{0.99}⁠ The quantile of the step-length distribution.


[Package amt version 0.2.2.0 Index]