-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
51 lines (51 loc) · 3.03 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: plm
Version: 2.6-5
Date: 2025-01-16
Title: Linear Models for Panel Data
Authors@R: c(person(given = "Yves", family = "Croissant", role = c("aut"), email = "yves.croissant@univ-reunion.fr"),
person(given = "Giovanni", family = "Millo", role = c("aut"), email = "giovanni.millo@deams.units.it"),
person(given = "Kevin", family = "Tappe", role = c("aut", "cre"), email = "kevin.tappe@bwi.uni-stuttgart.de"),
person(given = "Ott", family = "Toomet", role = "ctb", email = "otoomet@gmail.com"),
person(given = "Christian", family = "Kleiber", role = "ctb", email = "Christian.Kleiber@unibas.ch"),
person(given = "Achim", family = "Zeileis", role = "ctb", email = "Achim.Zeileis@R-project.org"),
person(given = "Arne", family = "Henningsen", role = "ctb", email = "arne.henningsen@googlemail.com"),
person(given = "Liviu", family = "Andronic", role = "ctb"),
person(given = "Nina", family = "Schoenfelder", role = "ctb"))
Depends: R (>= 3.2.0)
Imports: MASS, bdsmatrix, collapse (>= 1.8.9), zoo, nlme, sandwich,
lattice, lmtest, maxLik, Rdpack, Formula, stats
Suggests: AER, car, statmod, urca, pder, texreg, knitr, rmarkdown,
fixest, lfe
Description: A set of estimators for models and (robust) covariance matrices, and tests for panel data
econometrics, including within/fixed effects, random effects, between, first-difference,
nested random effects as well as instrumental-variable (IV) and Hausman-Taylor-style models,
panel generalized method of moments (GMM) and general FGLS models,
mean groups (MG), demeaned MG, and common correlated effects (CCEMG) and pooled (CCEP) estimators
with common factors, variable coefficients and limited dependent variables models.
Test functions include model specification, serial correlation, cross-sectional dependence,
panel unit root and panel Granger (non-)causality. Typical references are general econometrics
text books such as Baltagi (2021), Econometric Analysis of Panel Data (<doi:10.1007/978-3-030-53953-5>),
Hsiao (2014), Analysis of Panel Data (<doi:10.1017/CBO9781139839327>), and Croissant and Millo (2018),
Panel Data Econometrics with R (<doi:10.1002/9781119504641>).
License: GPL (>= 2)
VignetteBuilder: knitr
URL: https://cran.r-project.org/package=plm,
https://github.com/ycroissant/plm
BugReports: https://github.com/ycroissant/plm/issues
RoxygenNote: 7.3.2
RdMacros: Rdpack
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-01-16 16:27:55 UTC; kevin
Author: Yves Croissant [aut],
Giovanni Millo [aut],
Kevin Tappe [aut, cre],
Ott Toomet [ctb],
Christian Kleiber [ctb],
Achim Zeileis [ctb],
Arne Henningsen [ctb],
Liviu Andronic [ctb],
Nina Schoenfelder [ctb]
Maintainer: Kevin Tappe <kevin.tappe@bwi.uni-stuttgart.de>
Repository: CRAN
Date/Publication: 2025-01-17 14:30:12 UTC