My plain regression looks as follows:
tendaystockreturn = alpha + beta * dummy variable that takes a value of 1 in case a director purchases shares
Now I want to test whether a subgroup of directors will have a higher beta. In other words, I want to know whether the beta of a subgroup differs from the beta of the overall group.
The overall director dummy variable has 52 out of 267 obseverations where it takes a value of 1. The subgroup director dummy variable has 17 out of 267 observation where it takes a value of 1.
How should I put this in the regression? Should I make an interaction of both dummy variables or not? Or should I run both regression separately and then compare?