I have code similar to the following
Code:
mi estimate, cmdok: sureg (mediator i.iv control control)(dv i.iv control control mediator)
I then want to get the indirect effects for the first coded dummy variable from the independent variable, so I run the following code:
Code:
nlcom [mediator]_b[2.iv]*[dv]_b[mediator]
However, I get the error "last estimates not found."
How can I get nlcom to see the estimates provided by my first line of code?
0 Response to nlcom followed by sureg gives error "last estimates not found"
Post a Comment