[R] MIMIC latent variable with PLS Path Modelling with R ?

2013-02-13 Thread Hervé Guyon
I want estimate MIMIC latent variable with R in a Monte Carlo simulation. The packages plspm and semPLS don't permit to introduce MIMIC variable but only reflexives or formatives variables. The only one program which permits to use MIMIC latent variable with PLSPM seems to be XLSTAT, which can n

Re: [R] Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.

2013-03-18 Thread Hervé Guyon
Hi Kevin, With sem package use : summary(X,fit.indices=c("RMSEA",...)) to get RMSEA or anothers fit indices. See the section "ML.methods" in sem.pdf Hervé Hervé Le 18/03/2013 16:00, Kevin Cheung a écrit : Hi R-help, I am using the sem package to run confirmatory factor analysis (cfa) on som