Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fit_clogit

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

[data.frame]
The data used to fit a model.

formula

[formula]
The model formula.

more

[list]
Optional list that is passed on the output.

summary_only

[logical(1)=FALSE]
If TRUE only a broom::tidy summary of the model is returned.

...

Additional arguments, passed to survival::clogit.


amt

Animal Movement Tools

v0.1.4
GPL-3
Authors
Johannes Signer [aut, cre], Brian Smith [ctb], Bjoern Reineking [ctb], Ulrike Schlaegel [ctb], John Fieberg [ctb], Scott LaPoint [dtc]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.