pointPoissonEstimate.Rd
Calculate a slightly more robust estimate of growth rate and poisson rate based on a single model
pointPoissonEstimate( simpleTimeseries, dates, window, weekly = "weekday", includeModel = TRUE, ... )
simpleTimeseries | - the timeseries containing date and value |
---|---|
dates | - dates at which to evaluate the model |
window | - the window of data |
weekly | - either "weekday","weekend" or "none" to define whether to fit a fixed effect model to the weekday, or the is.weekend |
includeModel | - keep the fitted model as a list column for fit analysis |
... |
a dataframe of evaluation dates, growth rates, poisson rates and model fit