er_model_light_grouped: ER Model Light Grouped

Description Usage Arguments Details Value

Description

er_model_light_grouped wraps the function er_model_light in lapply to calculate many rows subset by the value of parameter value of column group.

Usage

1
er_model_light_grouped(dat, group, value, pathway)

Arguments

dat

data.table returned by tcpl_to_model_dat

group

column name such that dat[group == value] will result in a data table with column code having multiple rows.

value

value to subset the group column by

pathway

specify ER or AR

Details

This is implemented to give bigger chunks to each core in mclapply so that the scheduler is not overburdened.

Value

dat_auc data.table of AUC values


ericwatt/eapath documentation built on May 16, 2019, 8:41 a.m.