Skip to content

foster_child (constant)

Syntax

foster_child

Description

A constant representing the "foster_child" household relationship.

Examples

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

next_if(Selection, household_relationship == foster_child)

See Also