fit_logit: Fit logistic regression
Description
This function is a wrapper around stats::glm
for a piped workflows.
Usage
fit_logit(data, formula, ...)fit_rsf(data, formula, ...)
Value
A list with the model output.
Arguments
- data
[data.frame]
The data used to fit a model.
- formula
[formula]
The model formula.
- ...
Further arguments passed to stats::glm
.