Dear Statausers,
I want to use the formula suggested by Ai and Norton as in their paper "Computing interaction effects and standard errors in logit and probit models".
I applied this code:
the this code:
But I am getting this error:
Can anyone help, please? I data example is required I am happy to provide it.
I want to use the formula suggested by Ai and Norton as in their paper "Computing interaction effects and standard errors in logit and probit models".
I applied this code:
Code:
xtprobit depvar indepvar, vce(cluster inds)
Code:
inteff depvar indepvar
Code:
last estimates not found r(301); end of do-file r(301);
Comment