summarize_rtestimate.Rd
Extract Rt estimation from a model fit
summarize_rtestimate(x, level = 0.95, ..., notes = "")
# Default S3 method
summarize_rtestimate(x, level = 0.95, ..., notes = "")
# S3 method for class 'cv_poisson_rt'
summarize_rtestimate(
x,
level = 0.95,
lambda = c("lambda.1se", "lambda.min"),
...,
notes = "cv_poisson_rt"
)
# S3 method for class 'poisson_rt'
summarize_rtestimate(x, level = 0.95, lambda = NULL, ..., notes = "poisson_rt")
# S3 method for class 'epinow'
summarize_rtestimate(x, level = 0.95, ..., notes = "")
# S3 method for class 'estimate_R'
summarize_rtestimate(x, level = 0.95, ..., notes = "")
# S3 method for class 'Rt'
summarize_rtestimate(x, level = 0.95, ..., notes = "")
The estimate_R
method is for the EpiEstim
package. Currently,
only levels in 50%, 90% and 95% confidence levels are allowed.
The Rt
method is for the EpiLPS
package.