-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
40 lines (40 loc) · 1.4 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
Package: dpm
Type: Package
Title: Dynamic Panel Models Fit with Maximum Likelihood
Version: 1.2.0
Authors@R: c(person(given = "Jacob A.",
family = "Long", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1582-6214")),
person(given = "Richard A.", family = "Williams", role = "aut"),
person(given = "Paul D.", family = "Allison", role = "aut",
comment = c(ORCID = "0000-0002-0646-5242")))
Description: Implements the dynamic panel models described by Allison, Williams,
and Moral-Benito (2017 <doi:10.1177/2378023117710578>) in R.
This class of models uses structural equation modeling to specify dynamic
(lagged dependent variable) models with fixed effects for panel data.
Additionally, models may have predictors that are only weakly exogenous, i.e.,
are affected by prior values of the dependent variable. Options also allow for
random effects, dropping the lagged dependent variable, and a number of other
specification choices.
License: MIT + file LICENSE
BugReports: https://github.com/jacob-long/dpm/issues
URL: https://github.com/jacob-long/dpm, https://dpm.jacob-long.com/
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10),
lavaan,
methods
Imports: panelr,
stringr,
rlang,
dplyr,
crayon,
Formula,
jtools (>= 2.0.1),
stats4
Suggests: broom,
tibble,
covr,
testthat
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)