Hi,
I am having trouble with deciding what regression to use for my data.
I've got panel data (data over multiple years) and want to do a regression with moderator. I am doing research on the effect of reputation on the relationship between distinctiveness and performance for craft breweries.
My dependent variable is relative_performance, independent variable dist_brewery and moderator is reputation.
I am currently running the fixed effects model as the Hausman test i did was significant and my regression with moderator included looks like this: xtreg relative_performance c.dist_brewery##c.dist_brewery##c.reputation Gold Silver Bronze total_reviews numb_beers number_years sd_consumerscore i.Year, fe vce(robust).
I want to have a look at if there is an inverted u-shape or u-shape in this model and if it changes from inverted-u with low reputation to u shape when reputation is high.
I do find that nothing is significant, but when i solely use regress instead of xtreg everything is significant. Is that possible to use or not?

Thanks in advance!
I am having trouble with deciding what regression to use for my data.
I've got panel data (data over multiple years) and want to do a regression with moderator. I am doing research on the effect of reputation on the relationship between distinctiveness and performance for craft breweries.
My dependent variable is relative_performance, independent variable dist_brewery and moderator is reputation.
I am currently running the fixed effects model as the Hausman test i did was significant and my regression with moderator included looks like this: xtreg relative_performance c.dist_brewery##c.dist_brewery##c.reputation Gold Silver Bronze total_reviews numb_beers number_years sd_consumerscore i.Year, fe vce(robust).
I want to have a look at if there is an inverted u-shape or u-shape in this model and if it changes from inverted-u with low reputation to u shape when reputation is high.
I do find that nothing is significant, but when i solely use regress instead of xtreg everything is significant. Is that possible to use or not?
Thanks in advance!
Comment