Package: pensynth Type: Package Title: Penalized Synthetic Control Estimation Version: 0.8.2 Authors@R: c( person("Erik-Jan", "van Kesteren", email = "erikjanvankesteren@pm.me", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-1548-1663")), person("Isaac", "Slaughter", email = "is28@uw.edu", role = "ctb", comment = c(ORCID = "0000-0002-1911-2374")) ) Description: Estimate penalized synthetic control models and perform hold-out validation to determine their penalty parameter. This method is based on the work by Abadie & L'Hour (2021) . Penalized synthetic controls smoothly interpolate between one-to-one matching and the synthetic control method. License: MIT + file LICENSE URL: https://github.com/vankesteren/pensynth Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: clarabel, cli, lifecycle, Matrix Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: make libclang-dev Repository: https://vankesteren.r-universe.dev Date/Publication: 2026-05-05 20:05:03 UTC RemoteUrl: https://github.com/vankesteren/pensynth RemoteRef: HEAD RemoteSha: a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5 NeedsCompilation: no Packaged: 2026-07-04 05:17:56 UTC; root Author: Erik-Jan van Kesteren [cre, aut] (ORCID: ), Isaac Slaughter [ctb] (ORCID: ) Maintainer: Erik-Jan van Kesteren