Newly tracked file
R/cv.sail.R
changed.
Other files ignored by Codecov
.DS_Store
has changed.
115 | 115 | #' @rdname cv.sail |
|
116 | 116 | #' @export |
|
117 | 117 | cv.sail <- function(x, y, e, ..., |
|
118 | - | weights, |
|
118 | + | weights=NULL, |
|
119 | 119 | lambda = NULL, |
|
120 | 120 | type.measure = c("mse", "deviance", "class", "auc", "mae"), |
|
121 | 121 | nfolds = 10, foldid, grouped = TRUE, keep = FALSE, parallel = FALSE) { |
Files | Coverage |
---|---|
R | 84.14% |
Project Totals (8 files) | 84.14% |