Skip to content

noninstitutionalized_group_quarters_pop (constant)

Syntax

noninstitutionalized_group_quarters_pop

Description

A constant representing the "noninstitutionalized_group_quarters_pop" household relationship.

Examples

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

next_if(Selection, household_relationship == noninstitutionalized_group_quarters_pop)

See Also