Learn R Programming

EpiNow2 (version 1.8.0)

summary.estimate_truncation: Summarise results from estimate_truncation

Description

[Stable] Returns parameter summary statistics for the fitted truncation model.

Usage

# S3 method for estimate_truncation
summary(object, CrIs = c(0.2, 0.5, 0.9), ...)

Value

A <data.table> with summary statistics for the truncation distribution parameters.

Arguments

object

A fitted model object from estimate_truncation()

CrIs

Numeric vector of credible intervals to calculate.

...

Additional arguments (currently unused)