You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently bias_quantile() makes use of a function bias_quantile_single(). In principle, everything could just work using data.table and there is no need to have two functions.
Currently
bias_quantile()makes use of a functionbias_quantile_single(). In principle, everything could just work usingdata.tableand there is no need to have two functions.