Learn R Programming

ern (version 2.1.2)

get_realizations: Retrieve realizations for aggregated to daily inference

Description

Retrieve realizations for aggregated to daily inference

Usage

get_realizations(fit.reports.daily, reports)

Value

Data frame

Arguments

fit.reports.daily

Data frame. Realizations from daily report inference. Must at least have t (time index), var (variable name), iteration (realization number), and value (inferred count) columns.

reports

Data frame. Original aggregated reports. Must at least have date column.

See Also

agg_to_daily()