File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ library(gridExtra)
6363library(ggthemes ) # For colorblind palettes
6464library(scales ) # For dollar signs and commas
6565library(boot )
66- # library(dampack) # For CEA and PSA visualization functionality
66+ # library(dampack) # Uncomment to use CEA and PSA visualization functionality form dampack instead of the functions included in this repository
6767library(darthtools ) # For WCC, parameter transformation an matrix checks
6868library(doParallel )
6969
@@ -328,7 +328,7 @@ table_cea
328328
329329# ## CEA frontier
330330plot(df_cea , label = " all" ) +
331- expand_limits(x = max(table_cea $ QALYs ) + 0.5 )
331+ expand_limits(x = max(table_cea $ QALYs ) + 0.1 )
332332
333333# ################## Probabilistic Sensitivity Analysis (PSA) ###################
334334# ## Load model, CEA and PSA functions
@@ -374,10 +374,10 @@ l_params_all <- list(
374374v_names_params <- names(l_params_all )
375375
376376# Test function to compute CE outcomes
377- calculate_ce_out(l_params_all )
377+ calculate_ce_out(l_params_all ) # Function included in "R/Functions_cSTM_time_indep.R"
378378
379379# Test function to generate PSA input dataset
380- generate_psa_params(10 )
380+ generate_psa_params(10 ) # Function included in "R/Functions_cSTM_time_indep.R"
381381
382382# Number of simulations
383383n_sim <- 1000
You can’t perform that action at this time.
0 commit comments