HMIS / LSASampleCode

Longitudinal System Analysis (LSA) Sample Code and Documentation
22 stars 10 forks source link

3.6 Household Types (tlsa_HHID Exit1HHType and Exit2HHType #1336

Closed MollyMcEvilley closed 1 week ago

MollyMcEvilley commented 1 week ago

The specs say to use EntryHHType if:

And to calculate based on Exit1Age/Exit2Age if:

This leaves households where EntryDate < CohortStart and ExitDate > CohortStart (or is null) with no logic defined for Exit1HHType and/or Exit2HHType (and the code, as is, produces NULL or 99 values).