sahirbhatnagar/casebase

data.table vs data.frame

Closed this issue · 0 comments

There's a few lines of code that will break on data.table, since they are of the form

foo <- data_table[ , "column_name"]

I added comments to indicate which lines (there are two in sampling.R and one in absoluteRisk.R.