CVE_LP {doMIsaul} | R Documentation |
Cross-validation for cox regression using the linear predictor estimator with wrapper for warnings handling
CVE_LP(x)
x |
list of 3 named elements : |
numeric, cross-validation error
data(cancer, package = "survival")
cancer$status <- cancer$status - 1
part <- data.frame(Cl= factor(cancer[, "sex"]), stringsAsFactors = TRUE)
CVE_LP(list(data = cancer, partition = part, nfolds = 10))