getResults.ci2: get Summary Results 2

Description Usage Arguments Value

View source: R/Utils.R

Description

Takes a table of performance metrics, such as cross-validation results and compute summaries (mean and confidence interval) ready for publication.

Usage

1
2
3
getResults.ci2(tab, alpha = 0.05, groups = c("model", "status"),
  stats = c("PCC", "AUC", "sensitivity", "specificity", "G.mean", "BER",
  "Pos Pred Value"))

Arguments

tab

table with performance results

alpha

confidence level

groups

variable in tab to group by

Value

data frame with summaries (confidence interavals are represented in brackets)


nguforche/MLSurvival documentation built on July 28, 2019, 1:59 p.m.