tidy-finance / r-tidyfinance

R package with helper functions for developers and researchers familiar with Tidy Finance
Other
13 stars 3 forks source link

Use lockback parameter with lubridate date in estimate_betas() #74

Closed christophscheuch closed 2 months ago

christophscheuch commented 2 months ago

Use lockback = months(6) instead of lookback_months = 6 and allow for possibility of using days as inputs (e.g. lookback = days(22).