We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e302d2 commit 8f0da4eCopy full SHA for 8f0da4e
1 file changed
R/run_ithim.R
@@ -67,13 +67,14 @@ ithim_calculation_sequence <- function(ithim_object,seed=1){
67
############################
68
## (2) PA PATHWAY
69
# Physical activity calculation
70
- RR_PA_calculations <- gen_pa_rr(mmets_pp)
+ RR_PA_calculations <- gen_pa_rr(mmets_pp, conf_int = TRUE)
71
if(!constant_mode) mmets_pp <- NULL
72
73
74
## (3) COMBINE (1) AND (2)
75
# 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)
77
+
78
RR_PA_calculations <- NULL
79
RR_AP_calculations <- NULL
80
hb_AP_PA <- health_burden(ind_ap_pa=RR_PA_AP_calculations)
0 commit comments