Learn R Programming

amt (version 0.2.2.0)

params: Get parameters from a (fitted) distribution

Description

Get parameters from a (fitted) distribution

Usage

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, ...)

Value

A list with the parameters of the distribution.

Arguments

x

[amt_distr]
A (fitted) distribution

...

None

Examples

Run this code
data(deer)
d <- deer |> steps() |> random_steps()
sl_distr_params(d)
ta_distr_params(d)


Run the code above in your browser using DataLab