Skip to content

other_relative (constant)

Syntax

other_relative

Description

A constant representing the "other_relative" household relationship.

Examples

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

next_if(Selection, household_relationship == other_relative)

See Also