Skip to content

Commit

Permalink
too long outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchodge committed Dec 9, 2024
1 parent 51d25a6 commit d2bdc7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions vignettes/example_mab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ Let's have a more detailed look at what's in these slots. I wouldn't recommend c
RSVempty@prog_name # Name of the programme considered (currently empty)
RSVempty@econ_name # Name of the economics considered (currently empty)
RSVempty@uk_data # UK-specific parameters which are used to define the model (RSVempty@model is copied from this)
RSVempty@model # This is the R interface to the cpp class defined in src/RunIntervention.cpp
RSVempty@model_par # This gives the burn-in and run_yrs (how long the model is run for after bur-in).
RSVempty@econ_par # Parameters associated with the economics of the model, time_horizon is currently set to 10 years, and the discount rate is 3.5%
RSVempty@post # Posterior distributions fitted to UK-specific data
RSVempty@uk_data$populationAgeGroup # Posterior distributions fitted to UK-specific data
```

## 2. Add estimate pre-vaccination burden and risks of the programme
Expand Down
2 changes: 0 additions & 2 deletions vignettes/example_mat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ Let's have a more detailed look at what's in these slots. I wouldn't recommend c
RSVempty@prog_name # Name of the programme considered (currently empty)
RSVempty@econ_name # Name of the economics considered (currently empty)
RSVempty@uk_data # UK-specific parameters which are used to define the model (RSVempty@model is copied from this)
RSVempty@model # This is the R interface to the cpp class defined in src/RunIntervention.cpp
RSVempty@model_par # This gives the burn-in and run_yrs (how long the model is run for after bur-in).
RSVempty@econ_par # Parameters associated with the economics of the model, time_horizon is currently set to 10 years, and the discount rate is 3.5%
RSVempty@post # Posterior distributions fitted to UK-specific data
RSVempty@uk_data$populationAgeGroup # Posterior distributions fitted to UK-specific data
```
Expand Down

0 comments on commit d2bdc7b

Please sign in to comment.