evaluate one survival_curve against another as truth

evaluate_metric

Format

R6Class object.

Value

Object of R6Class with methods

Fields

survival

estimated survival

survival_truth

true survival

Methods

evaluate_mse create data.frame that computes mse for each time point

Examples

evaluation <- evaluate_metric$new(survival, survival_truth)
#> Error in .subset2(public_bind_env, "initialize")(...): object 'survival' not found
evaluation$evaluate_mse()
#> Error in eval(expr, envir, enclos): object 'evaluation' not found