I am running an expoisson model on a summarized dataset and faced a issue when i added a covariate with 3 categories.
Any one know a workaround? i want IRRs of each category compared to the first..
Thanks
Code:
expoisson NADM i.yearcat, exposure(Persondays) irr
Thanks
Comment