Dear all,
I used a logit model for estimating the health probabilities by gender (and so gender inequality) conditional to the socioeconomic context. I used a binary variable “top”, code 1, equal to privileged jobs, versus the rest of the social structure, code 0. For gender the binary variable was "fem" (female code 1 e male code 0). The sample has more than 86 thousand cases. The syntax was:
svy: logit notgoodhealth top##fem \\ covariates
Clyde Schechter wrote the following comment in a post: “If the interaction term's coefficient is small, and if there is no, or only very weak, a priori reason to believe that the effects of gender depend on education (and vice versa), then you could consider the no-interaction model to be a reasonable, and simpler, way to view the data”.
I estimated the model without an interactive term between top and female because it was statistically non-significant.
This can be seen in the output:
[-----------------------------------------------------------------------------------
| Linearized
notgoodhealth | Coef. Std. Err. t P>|t| [99% Conf. Interval]
------------------+----------------------------------------------------------------
1.top | -.8158712 .0759739 -10.74 0.000 -1.011635 -.6201072
1.fem | .3289449 .0277096 11.87 0.000 .257545 .4003449
|
top#fem |
1 1 | -.1862472 .1216822 -1.53 0.126 -.4997889 .1272945
I ask: Interaction term non-significant should always be excluded?
I used a logit model for estimating the health probabilities by gender (and so gender inequality) conditional to the socioeconomic context. I used a binary variable “top”, code 1, equal to privileged jobs, versus the rest of the social structure, code 0. For gender the binary variable was "fem" (female code 1 e male code 0). The sample has more than 86 thousand cases. The syntax was:
svy: logit notgoodhealth top##fem \\ covariates
Clyde Schechter wrote the following comment in a post: “If the interaction term's coefficient is small, and if there is no, or only very weak, a priori reason to believe that the effects of gender depend on education (and vice versa), then you could consider the no-interaction model to be a reasonable, and simpler, way to view the data”.
I estimated the model without an interactive term between top and female because it was statistically non-significant.
This can be seen in the output:
[-----------------------------------------------------------------------------------
| Linearized
notgoodhealth | Coef. Std. Err. t P>|t| [99% Conf. Interval]
------------------+----------------------------------------------------------------
1.top | -.8158712 .0759739 -10.74 0.000 -1.011635 -.6201072
1.fem | .3289449 .0277096 11.87 0.000 .257545 .4003449
|
top#fem |
1 1 | -.1862472 .1216822 -1.53 0.126 -.4997889 .1272945
I ask: Interaction term non-significant should always be excluded?
Comment