age_in_days

The age of the agent in days.

Synopsis

age_in_days

Description

This factor evaluates to the integer number of days since agent’s assigned birthday.

This calcuation is exact for agents born during the simulation period.

For agents with birthday’s prior to the simulation start_date, the calculation assumes 365.25 days per year; that is, it may not be accurate due to leap days.

Examples

my_age_in_whole_weeks = int(age_in_days / 7)

See Also

age, age_in_years