I want to calculate the fitted values for observations who have a council.age (this is the variable name) aged 0 to 20 (continuous variable). I tried the following, and got no error messages:
predict.reelected <- predict(lm3, newdata = data.frame(council.age = 0 - 20, reelected = 1, margin = 10,poverty = 50))
This is probably really stupid but I want to check 0 to 20 has, in fact, between entered as a range and not -20