I want to fit a mixed model to look at between regions variation in disease cases with first level being at postcode and second level as region using poisson regression with covariates being max temp, mean temp, min temp. I have 3 regions coded as Region.Coding. Any help to start with using variable using data frame bellow:
Postcode Region.Coding maxtemp meantemp mintemp Cases2011
YO7 4DH 1 13.45 9.75 6.05 50
YO62 7JL 1 13.45 9.75 6.05 0
YO62 6RW 1 13.45 9.75 6.05 10
YO62 5HX 1 13.45 9.75 6.05 0
TN27 0DA 2 15.32 11.22 7.13 98
TN26 3TF 2 15.32 11.22 7.13 0
TN26 3EU 2 15.32 11.22 7.13 30
TN25 6AS 2 15.32 11.22 7.13 0
TN25 5PD 2 15.32 11.22 7.13 28
TR7 3HU 3 14.17 10.6 7.06 115
TR27 5EF 3 14.17 10.6 7.06 0
TR10 9DL 3 14.17 10.6 7.06 0
TQ9 7LN 3 14.17 10.6 7.06 23
TQ9 6NQ 3 14.17 10.6 7.06 50