Dear Researchers,
I have a dataset of social media posts created by individuals (i.e. authors) in the first six months of 2022, that comprises of both author-related and post-related variables.
Posts can be shared over the social network, so I intend to examine the effect of author's gender on the number of shares each post receives.
An author may have multiple social media posts created in this time period, so I tried panel models.
To estimate the impact of gender (the variable "Female"), I have primarily used a random effects negative binomial count model with author's id as the panel variable but without a time variable (as the repeated observations are not measured at the same point in time). "Female" was statistically significant in this model.
However, given the unobserved heterogeneity of authors and potential author-related omitted variables, I wanted to try fixed effect count models instead of a random effects count model.
As suggested by several StataListers, I employed a Poisson Fixed Effects model, setting author's id as the panel variable and with no time variable.
"Female" was NOT statistically significant this time.
As far as I know, in any fixed-effects model, time-invariant variables should not have identifiable effects.As a result, I expected author's gender ("Female") to be excluded from the regression results as it is time-invariant. However, my FE Poisson model results does include "Female".
1. Could you please help me to understand why the variable "Female" is present in the Poisson FE regression results? Is this because I have not set a time variable along with the panel variable in xtset?
2. How can I choose between RE Negative Binomial and FE Poisson when they do not provide qualitatively similar estimates?
Thanks a lot for your guidance!
I have a dataset of social media posts created by individuals (i.e. authors) in the first six months of 2022, that comprises of both author-related and post-related variables.
Posts can be shared over the social network, so I intend to examine the effect of author's gender on the number of shares each post receives.
An author may have multiple social media posts created in this time period, so I tried panel models.
To estimate the impact of gender (the variable "Female"), I have primarily used a random effects negative binomial count model with author's id as the panel variable but without a time variable (as the repeated observations are not measured at the same point in time). "Female" was statistically significant in this model.
However, given the unobserved heterogeneity of authors and potential author-related omitted variables, I wanted to try fixed effect count models instead of a random effects count model.
As suggested by several StataListers, I employed a Poisson Fixed Effects model, setting author's id as the panel variable and with no time variable.
"Female" was NOT statistically significant this time.
As far as I know, in any fixed-effects model, time-invariant variables should not have identifiable effects.As a result, I expected author's gender ("Female") to be excluded from the regression results as it is time-invariant. However, my FE Poisson model results does include "Female".
1. Could you please help me to understand why the variable "Female" is present in the Poisson FE regression results? Is this because I have not set a time variable along with the panel variable in xtset?
2. How can I choose between RE Negative Binomial and FE Poisson when they do not provide qualitatively similar estimates?
Thanks a lot for your guidance!
Comment