Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.0%) to scientific vocabulary
Keywords
Repository
R package: crseEventStudy
Basic Info
Statistics
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
crseEventStudy
Overview
crseEventStudy is an R package providing a standardized test for abnormal returns in long-horizon event studies that takes into account the cross-sectional correlation, autocorrelation, and heteroskedasticity of stock returns. The test is proposed in the paper A robust and powerful test of abnormal stock returns in long-horizon event studies by Anupam Dutta, Johan Knif, James W. Kolari and Seppo Pynnonen (2018, JempFin).
Key Features
Functions of crseEventStudy for testing abnormal stock returns in long-horizon event studies:
- asr (abnormal standardizes returns)
- crseEvent (clustered robust standard errors in long-horizon event studies)
- sar (standardized abnormal returns)
Installation
```r
The easiest way to install crseEventStudy is to download via CRAN
install.packages("crseEventStudy")
Alternatively, you can install the development version from GitHub
install.packages("devtools")
devtools::install_github("skoestlmeier/crseEventStudy") ```
Notes
Standardized returns are defined as the ratio of log-returns and their standard deviation estimator. The method crseEvent is based on abnormal standardized returns and offers three implementations:
- Abnormal standardized returns (ASR)
Abnormal standardized returns are defined as the excess standardized returns relative to the standardized return of a matching control firm or relative to the average of standardized returns of a matching control portfolio.
- Standardized abnormal returns (SAR)
Standardized abnormal returns are defined as the excess event-return relative to a specific return of a matching control firm, and the remaining result subsequently divided by the standard variation of this excess return series. As stated on p. 3f. in Dutta et al. (2018, JempFin), the matching control-return should be a single firm return-series and not be a portfolio-return.
- Continuously compounded abnormal returns (CCAR)
Continuously compounded abnormal returns first consider their relative performance. First, the monthly continuously compounded return (i.e., log return) of the event stock is subtracted by the continuously compounded return of the control firm (or control portfolio). Second, this resulting excess return is divided by a robust standard deviation estimator for the excess return.
Contributing
Constributions in form of feedback, comments, code, bug reports or pull requests are most welcome. How to contribute:
- Issues, bug reports, or desired expansions: File a GitHub issue.
- Fork the source code, modify it, and issue a pull request through the project GitHub page.
Please read the contribution guidelines on how to contribute to this R-package.
Code of conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Owner
- Name: Siegfried Köstlmeier
- Login: skoestlmeier
- Kind: user
- Location: Regensburg, Germany
- Repositories: 4
- Profile: https://github.com/skoestlmeier
PhD student at the Chair of Business Administration, Financial Services, University of Regensburg. My research interest is empirical asset pricing/macro-finance
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Siegfried Köstlmeier | s****r@g****m | 31 |
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 333 last-month
- Total docker downloads: 42,767
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: crseEventStudy
A Robust and Powerful Test of Abnormal Stock Returns in Long-Horizon Event Studies
- Homepage: https://github.com/skoestlmeier/crseEventStudy
- Documentation: http://cran.r-project.org/web/packages/crseEventStudy/crseEventStudy.pdf
- License: BSD_3_clause + file LICENSE
-
Latest release: 1.2.2
published almost 4 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5 depends
- methods * imports
- sandwich * imports
- stats * imports
- testthat * suggests