I am estimating a regression model where the dependent variable is binary, and the specification includes several interaction terms. The data come from two sequential rounds collected on the same units. One of the key independent variables, a continuous variable capturing beliefs, is first estimated using the round-one model to address potential endogeneity. Following the correlated random effects (Mundlak) approach, the test indicates that fixed effects are preferred over random effects. Therefore, after predicting the belief variable, I use its demeaned value in the binary outcome model to control for unobserved heterogeneity across units.
For the binary outcome, I plan to estimate two models: xtprobit and the fixed-effects conditional logit (CLogit) model. While the conditional logit model estimates successfully, xtprobit cannot estimate the fixed-effects specification. The problem arises when I attempt to compute marginal effects, both for interacted and non-interacted variables, after the CLogit FE model. Stata does not allow marginal effects after the conditional logit because the fixed effects are conditioned out.
Does anyone have suggestions for alternative estimation strategies or methods to obtain marginal effects in this setting? I'm looking for feasible approaches given the FE requirement, the binary outcome, and the need to interpret interaction terms.
For the binary outcome, I plan to estimate two models: xtprobit and the fixed-effects conditional logit (CLogit) model. While the conditional logit model estimates successfully, xtprobit cannot estimate the fixed-effects specification. The problem arises when I attempt to compute marginal effects, both for interacted and non-interacted variables, after the CLogit FE model. Stata does not allow marginal effects after the conditional logit because the fixed effects are conditioned out.
Does anyone have suggestions for alternative estimation strategies or methods to obtain marginal effects in this setting? I'm looking for feasible approaches given the FE requirement, the binary outcome, and the need to interpret interaction terms.

Comment