Dear Statalists,
I am struggling to understand what the coefficient of my moderator and double moderator means in my regression so I want to create a graph of it. I found some previous threats on this, but do not get it to work for me.
My variables are:
DependentV: bonus (in dollars)
Independent: Return on Equity (ROE)
moderator 1: ownership (in percentage) (OWN)
moderator 2: favorable shareholder vote (in percentage) (VOTE)
I created new variables for the moderators: gen ROE_OWN = ROE * OWN
and gen ROE_OWN_VOTE = ROE_OWN * VOTE
wat I want is a graph that shows the first interaction with bonus in dollars on the Y-axis, ROE on the x-axis. Then in it 3 lines, one for high (e.g. -1* standard dev), medium (mean) and low (-1 * SD).
I am not sure how to get this graph and how to handle this with the double moderator.
I hope you can help.
Best regards,
Rico
I am struggling to understand what the coefficient of my moderator and double moderator means in my regression so I want to create a graph of it. I found some previous threats on this, but do not get it to work for me.
My variables are:
DependentV: bonus (in dollars)
Independent: Return on Equity (ROE)
moderator 1: ownership (in percentage) (OWN)
moderator 2: favorable shareholder vote (in percentage) (VOTE)
I created new variables for the moderators: gen ROE_OWN = ROE * OWN
and gen ROE_OWN_VOTE = ROE_OWN * VOTE
wat I want is a graph that shows the first interaction with bonus in dollars on the Y-axis, ROE on the x-axis. Then in it 3 lines, one for high (e.g. -1* standard dev), medium (mean) and low (-1 * SD).
I am not sure how to get this graph and how to handle this with the double moderator.
I hope you can help.
Best regards,
Rico
Comment