Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
usr110 committed Feb 7, 2022
1 parent 820b6d1 commit 8aaf110
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mh-execute: everything it calls, nothing it doesn't call

Loop through all scenarios (`cyc_scen` and `car_scen`) in `global_scen`:

- Set `NSAMPLES` (sample size) - currently set to 4
- Set `NSAMPLES` (sample size) - currently set to 4

- Set parameters with their distributions (for instance `MMET_CYCLING`)

Expand Down Expand Up @@ -61,5 +61,12 @@ Loop through all scenarios (`cyc_scen` and `car_scen`) in `global_scen`:
- For each sample, do the following:

- Create `SiN` coefficients for `CAS_EXPONENT` and `STR_EXPONENT` from `parameters`
- Initialize `VEHICLE_INVENTORY` for the modes
- Using `DIST` and `pp_summary` to calculate `scenario_pm_calculations`
- Using `pm_conc_pp` calcualate `RR_AP_calculations` using `gen_ap_rr`
- Calculate `total_mmet` using `pp_summary`
- Calculate `RR_PA_calculations` using `ithimr::gen_pa_rr`
- Calculate combined `AP` and `PA` relative risk `RR_PA_AP_calculations` - by multiplying, using `combined_rr_ap_pa`
-

#

0 comments on commit 8aaf110

Please sign in to comment.