R/roc_merge_manyroc_cv_results.R
roc_merge_manyroc_cv_results.RdMerge 2 lists with manyROC CV results
roc_merge_manyroc_cv_results(x, y)
| x, y | lists to merge |
|---|
A list wil results from x and y
# 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.