Hi,
I am running a path model with both continuous and binary outcomes.
The following is my model where MS is a latent variable, PASS is a binary outcome and the remaining variables are continuous.
I also pasted the R-Square values but I couldn't find any references regarding what type of pseudo R squared is reported in the lavaan output.
Thank you in advance for your time
# Latent Variable
MS =~ NA*MS1 + MS4 + MS5
MS ~~ 1*MS
## Regressions
ANX ~ MS
SE ~ MS
XCTSR ~ MS
PASS ~ ANX + SE + XCTSR + LSAT
PASS ~ MS
OUTPUT
R-Square:
Estimate
MS1 0.279
MS4 0.197
MS5 0.244
ANX 0.088
SE 0.411
XCTSR 0.350
PASS 0.481