Dear Lavaan group,
I am using a path modeling approach to estimate indirect effects in the model (mediation), using 95% bootstrapped CI
Code:
model=lavaan::sem(model1, data=dat, meanstructure=TRUE, missing="fiml",se="boot",bootstrap=10000)
> parameterestimates(model, boot.ci.type = "bca.simple",standardized=TRUE)
lhs op rhs label est se z pvalue ci.lower ci.upper
std.lv std.all std.nox
24 indirect0 := a1*b1 indirect0 0.027 0.046 0.576 0.565 -0.053 0.135 0.027 0.032 0.005
25 indirect1 := a1*d21*b2 indirect1 0.073 0.036 2.063 0.039 0.026 0.172 0.073 0.088 0.013
26 indirect2 := a2*b2 indirect2 0.057 0.037 1.567 0.117 0.003 0.155 0.057 0.068 0.010
Across multiple models, I get a p-value that is >.10 but the CI does not include a 0.
I realize this may not be a Lavaan question but would appreciate any help with interpretation/reporting--if specific references could be suggested along with some feedback, that would be very helpful.
Thank you.