-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.55 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.55 KB
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
27
28
29
30
31
32
33
34
35
36
37
Package: bife
Type: Package
Title: Binary Choice Models with Fixed Effects
Version: 0.7.3
Authors@R: c(
person("Amrei", "Stammann", email = "amrei.stammann@uni-bayreuth.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1136-286X")),
person("Daniel", "Czarnowske", email = "daniel.czarnowske@hhu.de", role = "aut",
comment = c(ORCID = "0000-0002-0030-929X")),
person("Florian", "Heiss", email = "florian.heiss@hhu.de", role = "aut"),
person("Daniel", "McFadden", email = "mcfadden@econ.berkeley.edu", role = "ctb"))
Description: Estimates fixed effects binary choice models (logit and probit) with potentially many
individual fixed effects and computes average partial effects. Incidental parameter bias can be
reduced with an asymptotic bias correction proposed by Fernandez-Val (2009)
<doi:10.1016/j.jeconom.2009.02.007>.
License: GPL (>= 2)
Depends: R (>= 3.1.0)
Imports: data.table, Formula, Rcpp, stats
LinkingTo: Rcpp, RcppArmadillo
URL: https://github.com/amrei-stammann/bife
BugReports: https://github.com/amrei-stammann/bife/issues
RoxygenNote: 7.3.3
LazyData: true
Suggests: alpaca, knitr, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2025-10-26 13:55:12 UTC; daniel
Author: Amrei Stammann [aut, cre] (ORCID:
<https://orcid.org/0000-0003-1136-286X>),
Daniel Czarnowske [aut] (ORCID:
<https://orcid.org/0000-0002-0030-929X>),
Florian Heiss [aut],
Daniel McFadden [ctb]
Maintainer: Amrei Stammann <amrei.stammann@uni-bayreuth.de>
Repository: CRAN
Date/Publication: 2025-10-27 08:30:02 UTC