Extract Rt estimation from a model fit

summarize_rtestimate(x, ...)

# Default S3 method
summarize_rtestimate(x, ...)

# S3 method for class 'cv_poisson_rt'
summarize_rtestimate(x, level = 0.95, lambda, ...)

Arguments

x

Object to extract Rt from.

...

Additional arguments passed to methods.

level

Confidence level for the confidence interval.

lambda

The Poisson parameter (cv_poisson_rt).