Skip to content

Commit

Permalink
the cost should include hospitalization cost
Browse files Browse the repository at this point in the history
  • Loading branch information
Khader-Habash committed Jun 13, 2024
1 parent 1940c32 commit 8b6d5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/perform_economic_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ calculate_efs_costs <- function(

rep(
x = c(
v_GD2_dosage_cycle + GD2_AE_costs_day, # adding possible AE costs
v_GD2_dosage_cycle + GD2_AE_costs_day # adding possible AE costs and cost of hospitalization
+ l_params$cost_hospitalisation,

This comment has been minimized.

Copy link
@W-Mohammed

W-Mohammed Jun 13, 2024

Owner

@Khader-Habash, please ensure that the hospitalization costs are per day and in line with the AE costs.

v_TT_dosage_cycle + GD2_AE_costs_day, # adding possible AE costs
v_GD2_cool_off + GD2_AE_costs_day # adding possible AE costs
),
Expand Down

0 comments on commit 8b6d5a8

Please sign in to comment.