forked from georgheinze/logistf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: logistf
Version: 1.25.0.9000
Date: 2023-04-25
Title: Firth's Bias-Reduced Logistic Regression
Authors@R: c(person("Georg", "Heinze", role=c("aut", "cre"), email="georg.heinze@meduniwien.ac.at"),
person("Meinhard", "Ploner", role=c("aut")),
person("Daniela","Dunkler", role=c("ctb")),
person("Harry", "Southworth", role=c("ctb")),
person("Lena", "Jiricka", role=c("aut")),
person("Gregor", "Steiner", role=c("aut")))
Depends: R (>= 3.0.0)
Imports: mice, mgcv, formula.tools, Matrix
Suggests: emmeans (>= 1.4), estimability
Description: Fit a logistic regression model using Firth's bias reduction method, equivalent to penalization of the log-likelihood by the Jeffreys
prior. Confidence intervals for regression coefficients can be computed by penalized profile likelihood. Firth's method was proposed as ideal
solution to the problem of separation in logistic regression, see Heinze and Schemper (2002) <doi:10.1002/sim.1047>. If needed, the bias reduction can be turned off such that ordinary
maximum likelihood logistic regression is obtained. Two new modifications of Firth's method, FLIC and FLAC, lead to unbiased predictions and are now available
in the package as well, see Puhr et al (2017) <doi:10.1002/sim.7273>.
License: GPL
URL: https://cemsiis.meduniwien.ac.at/en/kb/science-research/software/statistical-software/firth-correction/
LazyLoad: yes
NeedsCompilation: yes
RoxygenNote: 7.2.2
LazyData: true
BugReports: https://github.com/georgheinze/logistf/issues/
Roxygen: list(markdown = TRUE)