Re: [R] total indirect effects in structural equation modeling using lavaan

2013-02-22 Thread Marios
Waow awesome!! It worked perfectly! Thanks heaps Yves! Greatly appreciated! Marios On 22 February 2013 12:45, yrosseel wrote: > On 02/22/2013 11:40 AM, Marios wrote: > >> Thank you very much Yves! >> >> I have managed to get the total indirect effects that i wanted but it >> seems to only wo

Re: [R] total indirect effects in structural equation modeling using lavaan

2013-02-22 Thread Marios
Thank you very much Yves! I have managed to get the total indirect effects that i wanted but it seems to only work on the unstandardized coefficients. I use "standardized =TRUE" in the "summary" command but the "std.all" column has the same values as the "Estimate" (unstandardized) column for the

Re: [R] total indirect effects in structural equation modeling using lavaan

2013-02-22 Thread yrosseel
On 02/22/2013 11:40 AM, Marios wrote: Thank you very much Yves! I have managed to get the total indirect effects that i wanted but it seems to only work on the unstandardized coefficients. I use "standardized =TRUE" in the "summary" command but the "std.all" column has the same values as the "Es

Re: [R] total indirect effects in structural equation modeling using lavaan

2013-02-22 Thread yrosseel
On 02/21/2013 03:59 PM, Marios wrote: My question...I would like to calculate the total indirect effects of all variables on the right-hand-side of the regression eqn's so that i can work out the total effect (indirect effects + direct effect) I know the direct effect and i can calculate the

[R] total indirect effects in structural equation modeling using lavaan

2013-02-21 Thread Marios
Hi all, I am using package lavaan and have created a structural equation model with two exogenous and seven endogenous variables with the following relationships #specify the model m1 = ' # regressions D ~ ma + hs + b4 + b5 + b15 + b16 ma ~ hs + b4 + b5 + b15 + b16