Description Usage Arguments Value Examples
View source: R/roc_merge_manyroc_cv_results.R
Merge 2 lists with manyROC CV results
1 |
x, y |
lists to merge |
A list wil results from x
and y
1 2 3 4 5 6 | # 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.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.