Package: dpm Type: Package Title: Dynamic Panel Models Fit with Maximum Likelihood Version: 1.3.0 Authors@R: c(person(given = "Jacob A.", family = "Long", email = "jacob.long@sc.edu", 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"))) Author: Jacob A. Long [aut, cre] (), Richard A. Williams [aut], Paul D. Allison [aut] () Maintainer: Jacob A. Long Description: Implements the dynamic panel models described by Allison, Williams, and Moral-Benito (2017 ) 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 Depends: R (>= 2.10), lavaan, methods Imports: panelr, stringr, rlang, dplyr, crayon, jtools (>= 2.0.1), Formula, stats4 Suggests: broom, tibble, covr, testthat RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev Repository: https://jacob-long.r-universe.dev Date/Publication: 2026-04-06 14:50:28 UTC RemoteUrl: https://github.com/jacob-long/dpm RemoteRef: HEAD RemoteSha: 7e8ad1906464c485b077fdb7639e22660678e8c6 NeedsCompilation: no Packaged: 2026-06-08 07:38:51 UTC; root