R のデータに対して関数 sem (パッケージ lavaan を使用) を使用したかった:
Model1<- 'Transfer~Amotivation+Gender+Age
Amotivation~Gender+Age
transfer are 4 questions with a 5 point likert scale
Amotivation: 4 questions with a 5 pint likert scale
Gender: 0 (=male) and 1 (=female)
Age: just the different ages
そして、次のエラーが発生しました:
in getDataFull (data= data, group = group, grow.label = group.label,:
lavaan WARNING: some observed variances are (at least) a factor 100 times larger than others; please rescale
このエラーに詳しい人はいますか? それは私の結果に影響しますか?何かを変更する必要がありますか? このエラーの意味がよくわかりません。