私はeRmパッケージを使用して二分されたRaschモデルを実行しています。私の問題は、人物アイテムマップのx軸の長さを操作できないことです。
plotPImapコマンドの説明では、xrange =を使用して範囲を指定するように指示されていますが、そうすると、次のエラーが発生します。
Error in xy.coords(x, y, xlabel, ylabel, log) :
'x' and 'y' lengths differ
これが私のコードです:
Model2 <- RM(EBL_MC)
plotPImap(Model2, xrange=c(-5:5), latdim = "Writing Achievement", main="Person-Item Map (EBL)")
提案?