fit_clogit {amt} | R Documentation |
Fit a conditional logistic regression
Description
This function is a wrapper around survival::clogit
, making it usable in a piped workflow.
Usage
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, ...)
Arguments
data |
|
formula |
|
more |
|
summary_only |
|
... |
Additional arguments, passed to |
Value
A list with the following entries
model: The model output.
sl_: The step length distribution.
ta_: The turn angle distribution.
[Package amt version 0.2.2.0 Index]