Package: panelr Title: Regression Models and Utilities for Repeated Measures and Panel Data Version: 1.0.1 Authors@R: person("Jacob A.", "Long", email = "jacob.long@sc.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1582-6214")) Author: Jacob A. Long [aut, cre] () Maintainer: Jacob A. Long Description: Provides an object type and associated tools for storing and wrangling panel data. Implements several methods for creating regression models that take advantage of the unique aspects of panel data. Among other capabilities, automates the "within-between" (also known as "between-within" and "hybrid") panel regression specification that combines the desirable aspects of both fixed effects and random effects econometric models and fits them as multilevel models (Allison, 2009 ; Bell & Jones, 2015 ). These models can also be estimated via generalized estimating equations (GEE; McNeish, 2019 ) and Bayesian estimation is (optionally) supported via 'Stan'. Supports estimation of asymmetric effects models via first differences (Allison, 2019 ) as well as a generalized linear model extension thereof using GEE. URL: https://panelr.jacob-long.com BugReports: https://github.com/jacob-long/panelr/issues Depends: R (>= 3.4.0), lme4 Imports: crayon, dplyr, Formula, ggplot2, jtools (>= 2.3.1), lmerTest, magrittr, methods, purrr, rlang (>= 0.3.0), stringr, tibble (>= 2.0.0), tidyr (>= 0.8.3), reformulas (>= 0.4.2), vctrs (>= 0.4.0) Suggests: AER, brms, broom.mixed, car, clubSandwich, geepack, generics, nlme, plm, sandwich, skimr, splines, testthat, covr, knitr, rmarkdown License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev Repository: https://jacob-long.r-universe.dev Date/Publication: 2026-04-03 17:45:42 UTC RemoteUrl: https://github.com/jacob-long/panelr RemoteRef: HEAD RemoteSha: c26a30339cb762c26dc64ee6581c98b7f22dd46b NeedsCompilation: no Packaged: 2026-07-02 07:43:05 UTC; root