Skip to content

in_law (constant)

Syntax

in_law

Description

A constant representing the "in_law" household relationship.

Examples

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

next_if(Selection, household_relationship == in_law)

See Also