There is an exercise 14.11 on burglarity seasonality
I have time as a shadow variable (setting is months as time unit) going into seasonality of burglaries
(The rest of the model I have - italics is variables)
The instruction is that the variable % houses with opportunities for burglaries = seasonality of burglaries x (1-vigilance)
the % houses with opportunities is => 10% (0.1) and seasonality of burglaries should oscillate annually between 0.25 and 0.75 with peak at end of January (Month 1) and low in July (Month 7)
It seems I should use either SIN or MOD in defining seasonality of burglaries to do this but I just can't get it on my own

Any suggestions