On 09/28/2013 05:23 PM, F�l�p Attila wrote:
> Dear lavaan users,
>
> I have a path analysis which runs OK, but gives the following warning
> message:
>
> "Warning message:
> In getDataFull(data = data, group = group, group.label = group.label, :
> lavaan WARNING: some observed variances are (at least) a factor 1000
> times larger than others; please rescale"
99% of the time, this warning is completely harmless; but you should
still check your data, eg by typing:
varTable(fit)
to identify the variables with (very) large variances. Rescale the
variable(s), and fit again.
Yves.