On 11/04/2016 06:33 PM, MJ LEE wrote:
> Hello all,
>
> I am curious the command "conditional.x=TRUE." Could please anybody give
> me some examples where one might consider using the command or not?
lavaan uses this by default, every time you have categorical
(endogenous) data, AND you have exogenous observed covariates.
What it does is the following: the covariates are regressed out first,
and the residual (polychoric/polyserial) correlations become the sample
statistics.
The advantage is the we reduce the size of the problem, and we do not
need to care about the distribution of the exogenous variables. If you
have p endogenous variables, and q exogenous covariates, then
conditional.x = FALSE will analyze the full (p+q)x(p+q) covariance
matrix. If conditional.x = TRUE, only a pxp *residual* covariance matrix
is used.
> was running a path analysis, and I tried the analysis with TRUE and with
> FALSE both. I did not see any difference in the results.
In the continuous case, with complete data, you should get the same
results.
Yves.