powered by
Get parameters from a (fitted) distribution
sl_distr_params(x, ...)# S3 method for random_steps sl_distr_params(x, ...)# S3 method for fit_clogit sl_distr_params(x, ...)ta_distr_params(x, ...)# S3 method for random_steps ta_distr_params(x, ...)# S3 method for fit_clogit ta_distr_params(x, ...)
# S3 method for random_steps sl_distr_params(x, ...)
# S3 method for fit_clogit sl_distr_params(x, ...)
ta_distr_params(x, ...)
# S3 method for random_steps ta_distr_params(x, ...)
# S3 method for fit_clogit ta_distr_params(x, ...)
A list with the parameters of the distribution.
[amt_distr] A (fitted) distribution
[amt_distr]
None
data(deer) d <- deer |> steps() |> random_steps() sl_distr_params(d) ta_distr_params(d)
Run the code above in your browser using DataLab