fit_clogit | R Documentation |
This function is a wrapper around survival::clogit
, making it usable in a piped workflow.
fit_clogit(data, formula, more = NULL, summary_only = FALSE, ...)
fit_ssf(data, formula, more = NULL, summary_only = FALSE, ...)
fit_issf(data, formula, more = NULL, summary_only = FALSE, ...)
data |
|
formula |
|
more |
|
summary_only |
|
... |
Additional arguments, passed to |
A list with the following entries
model: The model output.
sl_: The step length distribution.
ta_: The turn angle distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.