Generates a vector of households for all individuals in the population
Source:R/variables.R
generate_initial_households_bootstrap.Rd
Alternative to generate_initial_households()
. Rather than using a parametric
distribution, this function uses sampling with replacement from a reference
dataset. This is known as bootstrapping. The dataset used is
baseline_household_demographics
. Unlike generate_initial_households()
,
this function generates both the household and age class assignments together.