Each R(t) estimate should be able to produce nowcasts/forecasts of the count data it was fit to (though the horizon time beyond the last observed data point will vary). In some instances, this will be part of the output class object (e.g. in the case of EpiNow2) and other times it will not be. In the same way that we wrote S3 methods to standardize summarize_rt_estimate() we could do the same for each package with something like produce_nowcasts().
Each R(t) estimate should be able to produce nowcasts/forecasts of the count data it was fit to (though the horizon time beyond the last observed data point will vary). In some instances, this will be part of the output class object (e.g. in the case of EpiNow2) and other times it will not be. In the same way that we wrote S3 methods to standardize
summarize_rt_estimate()we could do the same for each package with something likeproduce_nowcasts().