Skip to content

other_non_relative (constant)

Syntax

other_non_relative

Description

A constant representing the "other_non_relative" household relationship.

Examples

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

next_if(Selection, household_relationship == other_non_relative)

See Also