Skip to content

parent (constant)

Syntax

parent

Description

A constant representing the "parent" household relationship.

Examples

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

if(Selection, household_relationship == parent)

See Also