Hi everyone,
currently I am investigating a regression model with nonlinear moderating effect (XZ²):

The significance of b5 indicates a nonlinear moderating effect between X and Y (see Dawson 2014).
Given the significance of this effect, I am wondering if the effect can be tested using the "utest.ado" by typing the follwoing:
utest XZ XZ², fieller level(90)
Furthermore I am wondering if the curve can be plotted as follows:
sum Z
margins, dydx(X) at (Z = (min (.1)max))
marginsplot, recast(line) noci
Can anyone help in that regard?
Best Regards
Johannes
currently I am investigating a regression model with nonlinear moderating effect (XZ²):
The significance of b5 indicates a nonlinear moderating effect between X and Y (see Dawson 2014).
Given the significance of this effect, I am wondering if the effect can be tested using the "utest.ado" by typing the follwoing:
utest XZ XZ², fieller level(90)
Furthermore I am wondering if the curve can be plotted as follows:
sum Z
margins, dydx(X) at (Z = (min (.1)max))
marginsplot, recast(line) noci
Can anyone help in that regard?
Best Regards
Johannes
Comment