File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,13 +73,14 @@ ithim_calculation_sequence <- function(ithim_object,seed=1){
7373 # ###########################
7474 # # (3) COMBINE (1) AND (2)
7575 # Physical activity and air pollution combined
76- RR_PA_AP_calculations <- combined_rr_ap_pa(ind_pa = RR_PA_calculations ,ind_ap = RR_AP_calculations )
76+ RR_PA_AP_calculations <- combined_rr_ap_pa(ind_pa = RR_PA_calculations , ind_ap = RR_AP_calculations , conf_int = TRUE )
7777
7878 RR_PA_calculations <- NULL
7979 RR_AP_calculations <- NULL
80- hb_AP_PA <- health_burden(ind_ap_pa = RR_PA_AP_calculations )
80+ hb_AP_PA <- health_burden(ind_ap_pa = RR_PA_AP_calculations , conf_int = TRUE )
81+
8182 if (constant_mode ) {
82- pathway_hb_AP_PA <- health_burden(RR_PA_AP_calculations ,combined_AP_PA = F )
83+ pathway_hb_AP_PA <- health_burden(RR_PA_AP_calculations , conf_int = TRUE , combined_AP_PA = FALSE )
8384 }
8485 RR_PA_AP_calculations <- NULL
8586
You can’t perform that action at this time.
0 commit comments