備忘録です。
無料の表計算ソフト「R」、
それを使いやすくした「R commander」、
それをさらに使いやすくまとめた「EZR」、
これらがインストールされています。
で、EZRを使ってFisher’s testをしているのですが、
1個だけ計算できないのがありました。
[16] エラー: FEXACT error 6.
LDKEY is too small for this problem.
Try increasing the size of the workspace.
と出ます。
スクリプトウインドウの
fisher.test(x)
を
fisher.test(x,workspace=3000000)
と変えたらうまくいきました。
無料の表計算ソフト「R」、
それを使いやすくした「R commander」、
それをさらに使いやすくまとめた「EZR」、
これらがインストールされています。
で、EZRを使ってFisher’s testをしているのですが、
1個だけ計算できないのがありました。
[16] エラー: FEXACT error 6.
LDKEY is too small for this problem.
Try increasing the size of the workspace.
と出ます。
スクリプトウインドウの
fisher.test(x)
を
fisher.test(x,workspace=3000000)
と変えたらうまくいきました。
コメント