summary_results_det.Rd
Deterministic results for a specific treatment
summary_results_det(out = final_output, trt = NULL)
The final_output data frame from the list object returned by RunSim()
The reference treatment for calculation of incremental outcomes
A dataframe with absolute costs, LYs, QALYs, and ICER and ICUR for each intervention
if (FALSE) {
summary_results_det(results$final_output,trt="int")
}