aedseo 0.1.0
Features
-
Added the
aedseofunction, which automates the early detection of seasonal epidemic onsets by estimating growth rates for consecutive time intervals and calculating the Sum of Cases (sum_of_cases). -
Introduced
autoplotandplotmethods for visualizingaedseoandaedseo_tsdobjects. These functions allow you to create insightful ggplot2 plots for your data. -
Included the
fit_growth_ratefunction, enabling users to fit growth rate models to time series observations. -
Introduced the
predictmethod foraedseoobjects, which allows you to predict observations for future time steps given
the growth rates. -
Added the
summarymethod foraedseoobjects, providing a comprehensive summary of the results. -
Introduced the
tsdfunction, allowing users to create S3aedseo_tsd(time-series data) objects from observed data and corresponding dates.
Please note that this is the initial CRAN release of the aedseo package, and we look forward to adding more features and improvements in future updates. We appreciate your feedback and contributions to make this package even more useful for early detection of seasonal epidemics.