Package: panglm
Type: Package
Title: Generalized Linear Models for Panel Data
Version: 1.1.4
Authors@R: person("Imad", "El Badisy", email = "elbadisyimad@gmail.com", role = c("aut", "cre"))
Description: Provides generalized linear models for panel data, including
    pooled, fixed-effects, and random-effects estimators for continuous,
    binary, and count outcomes. Offers a unified interface for fitting and
    analysing panel regression models, with efficient computation for large
    datasets. Estimators and tests follow standard panel-data references,
    including Hausman (1978) <doi:10.2307/1913827>, Chamberlain (1980)
    <doi:10.2307/2297110>, Allison and Waterman (2002)
    <doi:10.1111/1467-9531.00117>, and Croissant and Millo (2008)
    <doi:10.18637/jss.v027.i02>. Core numerical routines are implemented
    using 'Rcpp', 'RcppArmadillo', and 'RcppParallel'.
License: MIT + file LICENSE
URL: https://CRAN.R-project.org/package=panglm,
        https://github.com/ielbadisy/panglm
BugReports: https://github.com/ielbadisy/panglm/issues
Encoding: UTF-8
Depends: R (>= 3.6.0)
Imports: Rcpp, data.table, graphics, stats
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
Suggests: testthat (>= 3.0.0), plm, pglm, fixest, sandwich, survival,
        MASS, AER, glmmTMB, lme4, pscl, generics, broom, knitr,
        rmarkdown
Config/testthat/edition: 3
SystemRequirements: GNU make
RoxygenNote: 7.3.3
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: yes
Packaged: 2026-09-12 16:25:58 UTC; imad-el-badisy
Author: Imad El Badisy [aut, cre]
Maintainer: Imad El Badisy <elbadisyimad@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-22 07:10:02 UTC
