calc.epi.null: Calculate the Historic NULL Model

Description Usage Arguments Value Examples

View source: R/prior_fxns.R

Description

calc.null Creates an epidemic NULL model using average monthly/weekly values from the previous ten years

Usage

1
2
calc.epi.null(mydata = NULL, all_years_epi = NULL, mod_id = NULL,
  fit_id = NULL)

Arguments

mydata

- A dataframe with all the information for this DICE run

fit_id

the abbreviated name for fit level regions

all_years_data

the epi data for all years

model_id

the abbreviated name for model level region

Value

A list with the NULL model values for the model and fit level data

Examples

1
calc.epi.null(mydata = mydata, all_years_epi = all_years_epi, mod_id = mod_id, fit_id = fit_id)

predsci/DICE documentation built on Aug. 9, 2019, 9:41 a.m.