Description Usage Arguments Details See Also Examples
View source: R/sp_manyroc_with_cv.R
[!!!] // No description yet //
| 1 2 3 4 5 6 7 8 9 | sp_manyroc_with_cv(
  Var,
  Spectra,
  k_folds = 5,
  times = 10,
  seeds = 2222222,
  kind = "L'Ecuyer-CMRG",
  n_min = k_folds
)
 | 
| Var | ( | 
| Spectra | 
 | 
| k_folds | (positive  | 
| times | (positive  | 
| seeds | ( Each seed will be passed to  | 
| kind | character or  | 
| n_min | 
 | 
Function sp_manyroc_with_cv will be renamed in the future.
sp_manyroc_with_cv_by_variable
| 1 2 3 4 | library(manyROC)
fluorescence$ID  <- 1:nrow(fluorescence)
sp_manyroc_with_cv("gr", fluorescence[, , 500 ~ 502], k_folds = 3, times = 2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.