Merge 2 lists with manyROC CV results

roc_merge_manyroc_cv_results(x, y)

Arguments

x, y

lists to merge

Value

A list wil results from x and y

Examples

# x <- readr::read_rds(path = "rez_366_a.RDS") # y <- readr::read_rds(path = "rez_366_b.RDS") # # roc_merge_manyroc_cv_results(x, y) # [!!!] unit test are needed.