Skip to content

penppml

Penalized Poisson Pseudo Maximum Likelihood Regression

v0.2.4 · Feb 8, 2025 · MIT + file LICENSE

Description

A set of tools that enables efficient estimation of penalized Poisson Pseudo Maximum Likelihood regressions, using lasso or ridge penalties, for models that feature one or more sets of high-dimensional fixed effects. The methodology is based on Breinlich, Corradi, Rocha, Ruta, Santos Silva, and Zylkin (2021) <http://hdl.handle.net/10986/35451> and takes advantage of the method of alternating projections of Gaure (2013) <doi:10.1016/j.csda.2013.03.024> for dealing with HDFE, as well as the coordinate descent algorithm of Friedman, Hastie and Tibshirani (2010) <doi:10.18637/jss.v033.i01> for fitting lasso regressions. The package is also able to carry out cross-validation and to implement the plugin lasso of Belloni, Chernozhukov, Hansen and Kozbur (2016) <doi:10.1080/07350015.2015.1102733>.

Downloads

366

Last 30 days

10408th

1.1K

Last 90 days

4.7K

Last year

Trend: -3.9% (30d vs prior 30d)

CRAN Check Status

4 NOTE
10 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (4 non-OK)
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespace in Imports field not imported from: ‘fixest’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespace in Imports field not imported from: ‘fixest’
  All declared Imports should be used.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 11.2Mb
  sub-directories of 1Mb or more:
    data   1.8Mb
    libs   9.1Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 11.3Mb
  sub-directories of 1Mb or more:
    data   1.8Mb
    libs   9.2Mb

Check History

NOTE 10 OK · 4 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespace in Imports field not imported from: ‘fixest’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespace in Imports field not imported from: ‘fixest’
  All declared Imports should be used.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 11.2Mb
  sub-directories of 1Mb or more:
    data   1.8Mb
    libs   9.1Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 11.3Mb
  sub-directories of 1Mb or more:
    data   1.8Mb
    libs   9.2Mb

Dependency Network

Dependencies Reverse dependencies Rcpp glmnet fixest collapse rlang magrittr matrixStats dplyr devtools penppml

Version History

new 0.2.4 Mar 10, 2026
updated 0.2.4 ← 0.2.3 diff Feb 7, 2025
updated 0.2.3 ← 0.2.2 diff Sep 7, 2023
updated 0.2.2 ← 0.2.1 diff Apr 21, 2023
updated 0.2.1 ← 0.2.0 diff Dec 15, 2022
updated 0.2.0 ← 0.1.1 diff Oct 23, 2022
updated 0.1.1 ← 0.1.0 diff Jan 2, 2022
new 0.1.0 Sep 8, 2021