Hi, nice forum 
I have logistic regression model with an interaction and i need advice to understand if my interpretation is correct and did i do it correctly.
The model is in Mplus but I guess its still applicable in theory to any package. My hypothesis is, You are less likely to seek help if you experience psychotic symptoms and anxiety or depression.
The model is:
y1 on x6 w x6w ;
X6 (psychotic symptoms)
W (anxiety & depression)
Y1 (help seeking)
And the interaction term defined in mplus:
X1W (psychotic symps X anx/depression).
The results of the logistic regression appear good, all significant. All variables have high odds ratios as I would expect. However the interaction is less than 1 (0.52) (meaning if you have psychotic symptoms and anx /dep you are less likely to seek help).
All variables are binary so no need to center. I'm wondering if my interpretation is correct including how I have operationalised the variables / model
Any advice would be appreciated, (such as if i did the analysis correct!)
I have logistic regression model with an interaction and i need advice to understand if my interpretation is correct and did i do it correctly.
The model is in Mplus but I guess its still applicable in theory to any package. My hypothesis is, You are less likely to seek help if you experience psychotic symptoms and anxiety or depression.
The model is:
y1 on x6 w x6w ;
X6 (psychotic symptoms)
W (anxiety & depression)
Y1 (help seeking)
And the interaction term defined in mplus:
X1W (psychotic symps X anx/depression).
The results of the logistic regression appear good, all significant. All variables have high odds ratios as I would expect. However the interaction is less than 1 (0.52) (meaning if you have psychotic symptoms and anx /dep you are less likely to seek help).
Code:
Results
y1 on EST S.E EST/S.E P.Value
X6 0.170 0.025 6.686 0.000
W 0.346 0.018 19.406 0.000
X6W -0.060 0.024 -2.508 0.012
X6 3.721
W 5.070
X6W 0.539
Any advice would be appreciated, (such as if i did the analysis correct!)