params | R Documentation |
Get parameters from a (fitted) distribution
sl_distr_params(x, ...)
## S3 method for class 'random_steps'
sl_distr_params(x, ...)
## S3 method for class 'fit_clogit'
sl_distr_params(x, ...)
ta_distr_params(x, ...)
## S3 method for class 'random_steps'
ta_distr_params(x, ...)
## S3 method for class 'fit_clogit'
ta_distr_params(x, ...)
x |
|
... |
None |
A list with the parameters of the distribution.
data(deer)
d <- deer |> steps() |> random_steps()
sl_distr_params(d)
ta_distr_params(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.