make_predictions_dataframe: Helper function to standardize creation of empty prediction...

Description Usage Arguments Value

View source: R/utils.R

Description

Helper function to standardize creation of empty prediction dataset

Usage

1
2
make_predictions_dataframe(data, model_name, incidence_bin_names,
  first_analysis_time_season_week = 10, last_analysis_time_season_week = 41)

Arguments

data

the data to be used

model_name

the name of the model

incidence_bin_names

character vector of names for incidence bins

first_analysis_time_season_week

the first week during each season in which we will form a prediction

last_analysis_time_season_week

the last week during each season in which we will form a prediction

Value

the prediction_df filled with NAs


reichlab/adaptively-weighted-ensemble documentation built on May 27, 2019, 4:53 a.m.