Skip to content

Commit 8f0da4e

Browse files
committed
Set confidence interval to true. Ref #94
1 parent 4e302d2 commit 8f0da4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

R/run_ithim.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,14 @@ ithim_calculation_sequence <- function(ithim_object,seed=1){
6767
############################
6868
## (2) PA PATHWAY
6969
# Physical activity calculation
70-
RR_PA_calculations <- gen_pa_rr(mmets_pp)
70+
RR_PA_calculations <- gen_pa_rr(mmets_pp, conf_int = TRUE)
7171
if(!constant_mode) mmets_pp <- NULL
7272

7373
############################
7474
## (3) COMBINE (1) AND (2)
7575
# Physical activity and air pollution combined
7676
RR_PA_AP_calculations <- combined_rr_ap_pa(ind_pa=RR_PA_calculations,ind_ap=RR_AP_calculations)
77+
7778
RR_PA_calculations <- NULL
7879
RR_AP_calculations <- NULL
7980
hb_AP_PA <- health_burden(ind_ap_pa=RR_PA_AP_calculations)

0 commit comments

Comments
 (0)