I've got a question concerning wheter or not to use an offset. Assume a very easy model, where you want to describe the (overall)number of goals in hockey. So you have goals, number of games played and a dummy variable "striker" which is equal to 1 if the player is a striker and 0 otherwise. So which of the following models is correctly specified?
goals=games+striker , or
goals=offset(games)+striker
Again, the goals are overall goals and the number of games are overall games for a single player. For example there could be a player picked up who has 50 goals in 100 games and another player who has 20 goals in 50 games and so on.
What am I supposed to do when I'd like to estimate the number of goals? Is it really necessary to use an offset here?
References: