I am trying to do a confirmatory factor analysis with Lavaan. I need a way to get at the Variance Extracted information. Is there a simple way to do the calculation. Lavaan does not seem to output this. Thank you Rajkumar -- View this message in context: http://r.789695.n4.nabble.com/Lavaan-and-Average-Variance-Extracted-tp4238791p4238791.html Sent from the R help mailing list archive at Nabble.com.
On Dec 28, 2011 at 3:47am T.M. Rajkumar wrote:> I need a way to get at the Variance Extracted information. Is there a > simple way to do the calculation. Lavaan > does not seem to output this.It does. See: library(lavaan) ?inspect inspect( fit, "rsquare" ) Regards, Mark. ----- Mark Difford (Ph.D.) Research Associate Botany Department Nelson Mandela Metropolitan University Port Elizabeth, South Africa -- View this message in context: http://r.789695.n4.nabble.com/Lavaan-and-Average-Variance-Extracted-tp4238791p4239818.html Sent from the R help mailing list archive at Nabble.com.
Thank you. This helps. Rajkumar -- View this message in context: http://r.789695.n4.nabble.com/Lavaan-and-Average-Variance-Extracted-tp4238791p4239821.html Sent from the R help mailing list archive at Nabble.com.