-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.77 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
27
28
29
30
31
32
33
34
35
36
Package: fixest
Type: Package
Title: Fast Fixed-Effects Estimations
Version: 0.12.2
Authors@R:
c(person(given = "Laurent",
family = "Berge",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Sebastian",
family = "Krantz",
role = "ctb"),
person(given = "Grant",
family = "McDermott",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7883-8573")),
person(given = "Russell",
family = "Lenth",
role = "ctb",
email = "[email protected]"))
Imports: stats, graphics, grDevices, tools, utils, methods, numDeriv, nlme, sandwich, Rcpp(>= 1.0.5), dreamerr(>= 1.4.0), stringmagic(>= 1.1.2)
Suggests: knitr, rmarkdown, data.table, plm, MASS, pander, ggplot2, lfe, tinytex, pdftools, emmeans, estimability, AER
LinkingTo: Rcpp
Depends: R(>= 3.5.0)
Description: Fast and user-friendly estimation of econometric models with multiple fixed-effects. Includes ordinary least squares (OLS), generalized linear models (GLM) and the negative binomial.
The core of the package is based on optimized parallel C++ code, scaling especially well for large data sets. The method to obtain the fixed-effects coefficients is based on Berge (2018) <https://github.com/lrberge/fixest/blob/master/_DOCS/FENmlm_paper.pdf>.
Further provides tools to export and view the results of several estimations with intuitive design to cluster the standard-errors.
License: GPL-3
BugReports: https://github.com/lrberge/fixest/issues
URL: https://lrberge.github.io/fixest/, https://github.com/lrberge/fixest
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8