Skip to content

Releases: JMSLab/eventstudyr

eventstudyr 1.2.0

23 Mar 18:03
d2f86e0

Choose a tag to compare

This release corresponds to version 1.2.0 on CRAN

Attached zip file created by devtools::build() from version in commit d2f86e0

What's Changed

  • Now supports fixest as estimation kernel for faster speed
  • Speed improvement by internally adopting data.table throughout.

Full Changelog: v1.1.4...v1.2.0

eventstudyr 1.1.4

04 Jul 09:51
b48fa36

Choose a tag to compare

This release corresponds to version 1.1.4 on CRAN.

Attached zip file created by devtools::build() from version in commit b48fa36

What's changed

  • Updated code to construct EventStudyPlot to make it compatible with ggplot2 3.6.0
  • Changed CRAN maintainer of package

Relevant issues

Full diff relative to version 1.1.3 here

eventstudyr 1.1.3

06 Mar 16:23
fd4fccb

Choose a tag to compare

This release corresponds to version 1.1.3 on CRAN.

Attached zip file created by devtools::build() from version in commit fd4fccb

What's changed

  • Fixed bug when handling unbalanced panels
  • Changed CRAN maintainer of package

Relevant issues

Full diff relative to version 1.1.2 here

eventstudyr 1.1.2

08 Feb 20:21
b0d5bcd

Choose a tag to compare

This release corresponds to version 1.1.2 on CRAN.

Attached zip file created by devtools::build() from version in commit b0d5bcd

What's changed

  • Increased the tolerance to 1e-4 in the solver for finding the smoothest path in order to fix non-convergence error

Relevant issues

Full diff relative to version 1.1.1 here

eventstudyr 1.1.1

12 Jun 17:25
d4cd9a9

Choose a tag to compare

This release corresponds to version 1.1.1 on CRAN.

Attached zip file created by devtools::build() from version in commit d4cd9a9.

What's changed

  • Fixed errors in reference manual
  • Adjusted the README by adding a reproducible figure, a logo, and badges for CRAN version and number of downloads
  • Dropped unused example datasets
  • Improved code to compute first differences and leads and lags of policy variable, making it robust to gaps in the time variable in the panel
  • Estimated coefficients are now displayed in order from earliest lead to latest lag
  • Code is more explicit when handling static models

Relevant issues

Full diff relative to version 1.0.2 here

eventstudyr 1.0.2

21 Apr 18:08
e430cf5

Choose a tag to compare

This release corresponds to the first version available on CRAN.

Attached zip file created by devtools::build() from version in commit e430cf5.

What's changed

  • No longer export the functions PrepareLeads and PrepareLags
  • Remove requirement for a seed in EventStudyPlot, mention that it should be defined outside of calls to eventstudyr functions
  • Update citation and vignette
  • Improve documentation of functions
  • Minor changes to code

Relevant issues

Full diff relative to version 1.0.1 here

eventstudyr 1.0.1

24 Mar 22:27

Choose a tag to compare

This release fixes an important bug while installing the package with devtools::install_github(). It also implements minor fixes and Github Actions.

Zip file created by devtools::build() from version in commit 6508d84.

Bug fixes

  • Take /data/ folder out of git lfs, allowing devtools installation
  • Improve code structure of /data-raw/ and /tests/testthat/input/
  • Implement Github Actions v2

Relevant issues

Full diff relative to version 1.0.0 here

eventstudyr 1.0.0

18 Mar 19:27
6e0c398

Choose a tag to compare

Initial release for eventstudyr, an R package that implements tools for estimating linear panel event study models.

Main features: