Hello everyone!
I am running two seperate regressions (males and females), and I would like to test whether the coefficient for a dummy indicating country of origin (1=Sweden, 0=Denmark) for the same variable from each regression is significantly different from each other.
I have tried to use this function after running the seperate regression and storing their estimates (c1 and c2):
test [c1 mean]swed=[c2 mean]swed
But it doesn't work, and it gives me the message: equation c1_mean not found
I have a binary outcome variable and I am running a Linear probability model using robust standard errors. I have a feeling that this might be an issue?
Best,
Evelina
I am running two seperate regressions (males and females), and I would like to test whether the coefficient for a dummy indicating country of origin (1=Sweden, 0=Denmark) for the same variable from each regression is significantly different from each other.
I have tried to use this function after running the seperate regression and storing their estimates (c1 and c2):
test [c1 mean]swed=[c2 mean]swed
But it doesn't work, and it gives me the message: equation c1_mean not found
I have a binary outcome variable and I am running a Linear probability model using robust standard errors. I have a feeling that this might be an issue?
Best,
Evelina