スクリプトで次のエラーが発生します。
fa.parallel(eser[,-1], fa="pc", n.iter=10,
show.legend=FALSE, main="Example Scree plot with parallel analysis")
Error in fa.parallel(eser[, -1], fa = "pc", n.iter = 10, show.legend =
FALSE, : object 'fa.values.sim' not found
どんな物fa.values.sim
?ただし、スクリープロットは正しく表示されます。エラーを修正するのに役立つアイデアはありますか?Rv2.15.3でRstudiov0.97.310を使用しています
あなたが提供するかもしれないどんな助けにも感謝します。
eser
データフレームは次のとおりです。
Participant Price Software Aesthetics Brand
1 P1 6 5 3 4
2 P2 7 3 2 2
3 P3 6 4 4 5
4 P4 5 7 1 3
5 P5 7 7 5 5
6 P6 6 4 2 3
7 P7 5 7 2 1
8 P8 6 5 4 4
9 P9 3 5 6 7
10 P10 1 3 7 5
11 P11 2 6 6 7
12 P12 5 7 7 6
13 P13 2 4 5 6
14 P14 3 5 6 5
15 P15 1 6 5 5
16 P16 2 3 7 7
17 P17 3 3 5 6