A dataset specifying the target populations for coverage prediction, generated
by constructing a target grid with create_target() and validating it against
the simulated fit fit_sim with canonicalize_target(), for the chosen
locations, cohorts, and ages to target. Includes
locations which were not present in the original simulated observations,
namely the State and County levels.
Format
A [data.table()] with 1008 rows and 7 columns:
obs_c_id, a number, the target observation/combination ID (primary key)loc_id, a string, the location IDage, a number, the agecohort, a number, the birth cohortdose, a number, the vaccine dose (1 or 2)weight, a number, the weight of the prediction component (always 1)loc_c_id, a number, the compiled location ID
