evaluate one survival_curve against another as truth
evaluate_metric
R6Class object.
Object of R6Class with methods
survivalestimated survival
survival_truthtrue survival
evaluate_mse create data.frame that computes mse for each time point
evaluation <- evaluate_metric$new(survival, survival_truth)#> Error in .subset2(public_bind_env, "initialize")(...): object 'survival' not foundevaluation$evaluate_mse()#> Error in eval(expr, envir, enclos): object 'evaluation' not found