Attaches a synthetic population and household-position
column to a ReplicaStructure object.
Usage
updateState(object, df_synth_pop, household_position_column)
# S4 method for class 'ReplicaStructure'
updateState(object, df_synth_pop, household_position_column)Arguments
- object
A
ReplicaStructureobject.- df_synth_pop
Synthetic population.
- household_position_column
Character string identifying the household-position column.
Value
An updated ReplicaStructure object.
