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 |
|
... |
Further arguments, none implemented. |
p |
|
[Package amt version 0.2.2.0 Index]