Sorry, one more question: when I run the -margins- command for different values of wEPS or even for any other variable I get the same result. What is wrong here?
Code:
margins IFRS, dydx(wBVPS) at(SMARKETDUMMY = 1 (max) wEPS) noestimcheck pwcompare(effects)
Code:
Pairwise comparisons of average marginal effects Model VCE : Conventional Expression : Linear prediction, predict() dy/dx w.r.t. : wBVPS at : SMARKETDUMMY = 1 wEPS = 32.47 (max) ------------------------------------------------------------------------------ | Contrast Delta-method Unadjusted Unadjusted | dy/dx Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- wBVPS | IFRS | 1 vs 0 | -.0371534 .0209216 -1.78 0.076 -.078159 .0038521 ------------------------------------------------------------------------------
Code:
margins IFRS, dydx(wBVPS) at(SMARKETDUMMY = 1 (min) wEPS) noestimcheck pwcompare(effects)
Code:
Pairwise comparisons of average marginal effects Model VCE : Conventional Expression : Linear prediction, predict() dy/dx w.r.t. : wBVPS at : SMARKETDUMMY = 1 wEPS = -22.764 (min) ------------------------------------------------------------------------------ | Contrast Delta-method Unadjusted Unadjusted | dy/dx Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- wBVPS | IFRS | 1 vs 0 | -.0371534 .0209216 -1.78 0.076 -.078159 .0038521 ------------------------------------------------------------------------------
Code:
margins IFRS, dydx(wBVPS) at(SMARKETDUMMY = 1 (mean) wSIZE) noestimcheck pwcompare(effects)
Code:
Pairwise comparisons of average marginal effects Model VCE : Conventional Expression : Linear prediction, predict() dy/dx w.r.t. : wBVPS at : SMARKETDUMMY = 1 wSIZE = 10.82329 (mean) ------------------------------------------------------------------------------ | Contrast Delta-method Unadjusted Unadjusted | dy/dx Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- wBVPS | IFRS | 1 vs 0 | -.0371534 .0209216 -1.78 0.076 -.078159 .0038521 ------------------------------------------------------------------------------
Comment