race
The race
factor of agents.
Synopsis
race
Description
A factor that is tied to the agents’ races as defined in the synthetic population. The default racial codes are as follows:
Racial Numeric Code |
Racial Text Code |
---|---|
|
not specified |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Examples
Asian agents can be sorted into the state Select
with the transition rule
if (race == asian) then next(Select)
or with the rule
if (race == 6) then next(Select)
See Also
unknown_race, white, african_american, american_indian, alaska_native, tribal, asian, hawaiian_native, other_race, multiple_race