Structural Equation Modeling in R

Hi,

I have a following panel regression model.

model <- plm(n1$ESG_Score ~
n1$Blau+n1$minres+n1$ROA+n1$Board_Size+n1$Size+n1$Price_Volatility+n1$CAP+n1$NFC, data=n1, index=c("Country" , "Year", "Industry"), model = "within")

Now, I want to run the following model. Here, Board Gender Diversity = Blau , Lean Operations =minres and ESG performance = ESG_Score. As far as I know, this is related to SEM, but I have never done SEM in R. Can someone help me with this ?

image002

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.