Skip to content

partner (constant)

Syntax

partner

Description

A constant representing the "partner" household relationship.

Examples

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

next_if(Selection, household_relationship == partner)

See Also