SelfControlledCaseSeries
パッケージを利用してff
ビッグデータを処理する OHDSI:s バージョンのパッケージを使用しようとしています。しかし、何かが機能でffwhich
機能していません。ffwhich
ドキュメントに記載されている次の例を実行します。
install.packages("ff")
install.packages("ffbase")
x <- ff::ff(10:1)
idx <- ffbase::ffwhich(x, x < 5)
私にくれます
Error in if (by < 1) stop("'by' must be > 0") :
missing value where TRUE/FALSE needed
In addition: Warning message:
In chunk.default(from = 1L, to = 5L, by = c(integer = 46116860184273880), :
NAs introduced by coercion to integer range
小さいサイズに設定batchbytes
して、別のコンピューターでスクリプトを実行し、ff ファイルの保存場所も変更してみましたが、エラーは残ります。
options("ffbatchbytes"= getOption("ffmaxbytes")/2)
options(fftempdir="C:/Users/OskarG/Desktop/ff_files")
これを修正する方法についてのアイデアはありますか?