-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
backlogTo-do for an unspecified future releaseTo-do for an unspecified future release
Description
I think we should have a issue for making these low level ggplot calls into their own standalone functions that take the output of predict as an alternative user path
My read is that this would be something like:
fit <- RtGam(stochastic_sir_rt["obs_incidence"]], stochastic_sir_rt[["date"]])
preds <- predict(fit) # Maybe I want to apply some funky options here
sums <- summary(fit) # Or maybe I want to use the summary method
# And I can have some standardized plotting method
plot_predict(preds)
plot_predict(sums)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlogTo-do for an unspecified future releaseTo-do for an unspecified future release