household_relationship
Factor of the household relationship of an agent based on census data.
Synopsis
household_relationship
Description
Factor of the household relationship of an agent based on census data. The categories of household_relationships are:
householder
spouse
child
sibling
parent
grandchild
in_law
other_relative
boarder
housemate
partner
foster_child
other_non_relative
institutionalized_group_quarters_pop
noninstitutionalized_group_quarters_pop
Examples
household_relationship
can be used to select categories of agents. Parents can be selected and sent to the state Selection
with the rule:
if(household_relationship == parent) then next(Selection)
See Also
age boarder child foster_child householder housemate in_law institutionalized_group_quarters_pop noninstitutionalized_group_quarters_pop other_non_relative other_relative parent partner race sex sibling spouse