Deterministic results for a specific treatment

summary_results_det(out = final_output, trt = NULL)

Arguments

out

The final_output data frame from the list object returned by RunSim()

trt

The reference treatment for calculation of incremental outcomes

Value

A dataframe with absolute costs, LYs, QALYs, and ICER and ICUR for each intervention

Examples

if (FALSE) {
summary_results_det(results$final_output,trt="int")
}