get_predictions(object, ...)# S3 method for estimate_infections
get_predictions(
object,
format = c("summary", "sample", "quantile"),
CrIs = c(0.2, 0.5, 0.9),
quantiles = c(0.05, 0.25, 0.5, 0.75, 0.95),
...
)
# S3 method for estimate_secondary
get_predictions(
object,
format = c("summary", "sample", "quantile"),
CrIs = c(0.2, 0.5, 0.9),
quantiles = c(0.05, 0.25, 0.5, 0.75, 0.95),
...
)
# S3 method for forecast_infections
get_predictions(
object,
format = c("summary", "sample", "quantile"),
CrIs = c(0.2, 0.5, 0.9),
quantiles = c(0.05, 0.25, 0.5, 0.75, 0.95),
...
)
# S3 method for forecast_secondary
get_predictions(
object,
format = c("summary", "sample", "quantile"),
CrIs = c(0.2, 0.5, 0.9),
quantiles = c(0.05, 0.25, 0.5, 0.75, 0.95),
...
)
# S3 method for estimate_truncation
get_predictions(
object,
format = c("summary", "sample", "quantile"),
CrIs = c(0.2, 0.5, 0.9),
quantiles = c(0.05, 0.25, 0.5, 0.75, 0.95),
...
)