Skip to contents

Creates an epidist_estimates_data object from published summary estimates of a delay distribution. Each row is a single reported summary component (a mean, a standard deviation, or a quantile) together with the metadata needed to work out what the study that reported it was actually estimating. These objects are the summary data input to as_epidist_meta_model(). See the specific methods for details on supported input formats and usage examples.

Usage

as_epidist_estimates_data(data, ...)

Arguments

data

The data to convert

...

Additional arguments passed to methods

Details

The meta model these objects feed is experimental. Its interface may still change in future releases.