{
  "_id": "6a1054beacfb0bcc41ca21f8",
  "Package": "dpm",
  "Type": "Package",
  "Title": "Dynamic Panel Models Fit with Maximum Likelihood",
  "Version": "1.3.0",
  "Authors@R": "c(person(given = \"Jacob A.\",\nfamily = \"Long\", email = \"jacob.long@sc.edu\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1582-6214\")),\nperson(given = \"Richard A.\", family = \"Williams\", role = \"aut\"),\nperson(given = \"Paul D.\", family = \"Allison\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-0646-5242\")))",
  "Author": "Jacob A. Long [aut, cre]\n(<https://orcid.org/0000-0002-1582-6214>), Richard A. Williams\n[aut], Paul D. Allison [aut]\n(<https://orcid.org/0000-0002-0646-5242>)",
  "Maintainer": "Jacob A. Long <jacob.long@sc.edu>",
  "Description": "Implements the dynamic panel models described by Allison,\nWilliams, and Moral-Benito (2017\n<doi:10.1177/2378023117710578>) in R. This class of models uses\nstructural equation modeling to specify dynamic (lagged\ndependent variable) models with fixed effects for panel data.\nAdditionally, models may have predictors that are only weakly\nexogenous, i.e., are affected by prior values of the dependent\nvariable. Options also allow for random effects, dropping the\nlagged dependent variable, and a number of other specification\nchoices.",
  "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",
  "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": {
    "Date": "2026-05-09 08:25:34 UTC",
    "User": "root"
  },
  "MD5sum": "062aa9bc7d3cb0188a406947d1ea9f96",
  "_user": "jacob-long",
  "_type": "src",
  "_file": "dpm_1.3.0.tar.gz",
  "_fileid": "70698c30126818e069722a2cdf2d0c2149bb0b88bcf2aa578be58cbbd6998546",
  "_filesize": 160103,
  "_sha256": "70698c30126818e069722a2cdf2d0c2149bb0b88bcf2aa578be58cbbd6998546",
  "_created": "2026-05-09T08:25:34.000Z",
  "_published": "2026-05-22T13:06:06.333Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77385335988,
      "time": 271,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894321712"
    },
    {
      "job": 77385335922,
      "time": 277,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894322350"
    },
    {
      "job": 77385335667,
      "time": 174,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894312548"
    },
    {
      "job": 77385335760,
      "time": 167,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894312392"
    },
    {
      "job": 77385335267,
      "time": 223,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894297742"
    },
    {
      "job": 77385335362,
      "time": 125,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161199759"
    },
    {
      "job": 77385335855,
      "time": 244,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894319311"
    },
    {
      "job": 77385336100,
      "time": 228,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894317936"
    },
    {
      "job": 77385335995,
      "time": 197,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894314999"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jacob-long/dpm",
  "_commit": {
    "id": "7e8ad1906464c485b077fdb7639e22660678e8c6",
    "author": "Jacob Long <jacob.long@sc.edu>",
    "committer": "Jacob Long <jacob.long@sc.edu>",
    "message": "Update comments and fix test coverage checks\n",
    "time": 1775487028
  },
  "_maintainer": {
    "name": "Jacob A. Long",
    "email": "jacob.long@sc.edu",
    "login": "jacob-long",
    "bluesky": "@jacob-long.com",
    "orcid": "0000-0002-1582-6214",
    "twitter": "@jacobandrewlong",
    "uuid": 4957401
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "lavaan",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "panelr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "jtools",
      "version": ">= 2.0.1",
      "role": "Imports"
    },
    {
      "package": "Formula",
      "role": "Imports"
    },
    {
      "package": "stats4",
      "role": "Imports"
    },
    {
      "package": "broom",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "jacob-long",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-15",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "social-science",
    "statistics"
  ],
  "_stars": 16,
  "_contributors": [
    {
      "user": "jacob-long",
      "count": 119,
      "uuid": 4957401
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 4957401,
    "type": "user",
    "name": "Jacob Long",
    "description": "I'm an Assistant Professor in the School of Journalism and Mass Communications at the University of South Carolina."
  },
  "_downloads": {
    "count": 525,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dpm"
  },
  "_devurl": "https://github.com/jacob-long/dpm",
  "_pkgdown": "https://dpm.jacob-long.com/",
  "_searchresults": 58,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dpm.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jacob-long/dpm",
  "_realowner": "jacob-long",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.2.0",
      "date": "2024-01-16"
    },
    {
      "version": "1.3.0",
      "date": "2026-04-06"
    }
  ],
  "_exports": [
    "coef",
    "dpm",
    "formula",
    "get_id",
    "get_syntax",
    "get_wave",
    "get_wide_data",
    "lav_summary",
    "long_panel",
    "panel_data",
    "show",
    "summary",
    "update",
    "widen_panel"
  ],
  "_help": [
    {
      "page": "dpm",
      "title": "Dynamic panel models fit with maximum likelihood",
      "topics": [
        "dpm"
      ]
    },
    {
      "page": "dpm-class",
      "title": "Dynamic Panel Model ('dpm') class",
      "topics": [
        "dpm-class"
      ]
    },
    {
      "page": "get_syntax",
      "title": "Retrieve lavaan model syntax from fitted dpm model",
      "topics": [
        "get_syntax"
      ]
    },
    {
      "page": "get_wide_data",
      "title": "Retrieve wide-format data from fitted dpm model",
      "topics": [
        "get_wide_data"
      ]
    },
    {
      "page": "lavaan-functions",
      "title": "lavaan-style summary for dpm objects",
      "topics": [
        "lav_summary"
      ]
    },
    {
      "page": "summary.dpm",
      "title": "Summarize dpm objects",
      "topics": [
        "summary,dpm-method"
      ]
    },
    {
      "page": "dpm_tidiers",
      "title": "Tidy methods for dpm",
      "topics": [
        "glance.dpm",
        "tidy.dpm"
      ]
    },
    {
      "page": "dpm-methods",
      "title": "Various methods for 'dpm' objects",
      "topics": [
        "coef",
        "coef,dpm-method",
        "coef.dpm",
        "formula,dpm-method",
        "show,dpm-method",
        "update",
        "update,dpm-method",
        "update.dpm"
      ]
    }
  ],
  "_readme": "https://github.com/jacob-long/dpm/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "boot",
    "broom",
    "broom.mixed",
    "cli",
    "coda",
    "codetools",
    "cpp11",
    "crayon",
    "digest",
    "dplyr",
    "farver",
    "forcats",
    "Formula",
    "furrr",
    "future",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gtable",
    "isoband",
    "jtools",
    "labeling",
    "lattice",
    "lavaan",
    "lifecycle",
    "listenv",
    "lme4",
    "lmerTest",
    "magrittr",
    "MASS",
    "Matrix",
    "minqa",
    "mnormt",
    "nlme",
    "nloptr",
    "numDeriv",
    "pander",
    "panelr",
    "parallelly",
    "pbivnorm",
    "pillar",
    "pkgconfig",
    "purrr",
    "quadprog",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang",
    "S7",
    "sandwich",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "zoo"
  ],
  "_score": 4.6665179805548815,
  "_indexed": true,
  "_nocasepkg": "dpm",
  "_universes": [
    "jacob-long"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.0",
      "date": "2026-05-09T08:27:58.000Z",
      "distro": "noble",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "e8f48e3cdfee127c8415d19d8591d8a1f605b3e1fe4cbea1ea2afbbb12c699d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.0",
      "date": "2026-05-09T08:28:02.000Z",
      "distro": "noble",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "5f793916a9a4078495364b0762b68d39e1f845c8ecd469ee750109edcc2c9897",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.0",
      "date": "2026-05-09T08:27:17.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "fe0075414021cc44fd997999a46dca3f51fd6a0e23cc9454037a9c226f3fdfff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.0",
      "date": "2026-05-09T08:27:06.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "5df5d02f4ffd1bd4c93427d6aef829bc748db803a9d8ea2fb639edad13a1fb2e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-05-09T08:27:27.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "d5942f6c08848f05e68d15e17e603f9e97317cc4de037b53e78bac1a2a49d790",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-05-09T08:27:12.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "9e03fa129afb925ba1be681bd773005e7133f8f110d9a00c6dd55634a1532373",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-05-09T08:27:06.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "74fb5a4dcd6580c55b095d59ade4eecb4abf69c3a78ad3ff8182d261a0db8b74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.0",
      "date": "2026-05-22T13:05:39.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "015392561810b7eda4749219181f98fa0ff075c8fa9c9f33b0d7f0fdf219555a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/25596399584"
    }
  ]
}