Skip to content

sibling (constant)

Syntax

sibling

Description

A constant representing the "sibling" household relationship.

Examples

Assuming household_relationship is a numeric follwing this convention, agents who are siblings can be filtered and sent to the state Selection with:

next_if(Selection, household_relationship == sibling)

See Also