I am using MCP commands to generate predicted probability of interaction terms between two continuous variables. But the following commands give me the graphs but do not give me the exact values of the graphs on y axis?
I used the following commands.
firthlogit dv iv x1 x2 x3 x4 c.x3#c.x4, nolog
mcp x4 x3, show margopts(atmeans expression (invlogit(predict(xb))))
I have tried numerous different combinations of commands and this has been only command to display a correct-looking graph presumably.
Can anyone please help if the commands are correct and/or how I can find out the exact values of probability of the graphs (y axis)?
I used the following commands.
firthlogit dv iv x1 x2 x3 x4 c.x3#c.x4, nolog
mcp x4 x3, show margopts(atmeans expression (invlogit(predict(xb))))
I have tried numerous different combinations of commands and this has been only command to display a correct-looking graph presumably.
Can anyone please help if the commands are correct and/or how I can find out the exact values of probability of the graphs (y axis)?
Comment