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, ...)
A list with the following entries
model: The model output.
sl_: The step length distribution.
ta_: The turn angle distribution.
[data.frame]
The data used to fit a model.
[formula]
The model formula.
[list]
Optional list that is passed on the output.
[logical(1)=FALSE]
If TRUE
only a broom::tidy
summary of the model is returned.
Additional arguments, passed to survival::clogit
.