survival_warrior: Survival ROC

Description Usage Arguments

View source: R/survival.R

Description

Survival ROC

Usage

1
2
3
survival_warrior(time, event, predvar, plot_best = T, plot_mean = T,
  plot_median = T, plot_diagnostics = T, verbose = F, minN = 5,
  sig = 0.05, max_cutoffs = 20)

Arguments

time

vector with the time

event

vector with the events

predvar

the vector with the predictive variables

plot_best

should the best one be plotted

plot_mean

should the median one be plotted

plot_diagnostics

should a diagnostic plot be plotted

verbose

vebose printin?

minN

minimum n per group

sig

significance level (default <= 0.05)

max_cutoffs

maximum number of cutoffs


joelgsponer/waRRior2 documentation built on Feb. 22, 2020, 3:34 a.m.