I am currently running quasipoisson models with a continuous response variable and 13 covariates. I am using glm()
and summary()
. Most of my covariates are continuous but I also have the YEAR
and SEASON
as categorical variables.
When I run the model it appears that the year 2008 is not significant while all the other years are. How can I remove only this year from my model? Do I have to remove the entire covariate?