interv_constructor: interv_constructor

Description Usage Arguments

View source: R/interv_constructor.R

Description

Simple list making function with defaults.

Usage

1
2
3
4
5
6
7
interv_constructor(N.mc = 1, cluster = FALSE, use_discount = TRUE,
  no_students = FALSE, force_everyone_stays = FALSE,
  screen_with_delay = TRUE, MAX_SCREEN_DELAY = 5, FUP_MAX_YEAR = 100,
  screen_age_range = 18:35, year_cohort = "2009",
  incidence_grps_screen = c("(0,50]", "(50,150]", "(150,250]",
  "(250,350]", "(350,1e+05]"), min_screen_length_of_stay = 0,
  ENDPOINT_cost = "death", ENDPOINT_QALY = "death")

Arguments

N.mc

Global fixed constant; default 1

use_discount

Global fixed constant; TRUE/FALSE.

screen_with_delay

Rather than screen _everyone_ on entry screen at random 0-5 years from port of entry

FUP_MAX_YEAR

Time horizon for active TB progression; default 100

year_cohort

2012 is most recent complete year; largest cohort, corresponds with Pareek () LTBI risk

incidence_grps_screen

Modified in the deterministic sensitivity analysis but set default values

min_screen_length_of_stay

Modified in the deterministic sensitivity analysis but set default values

ENDPOINT_cost

Modified in the deterministic sensitivity analysis but set default values; exit uk or death

ENDPOINT_QALY

Modified in the deterministic sensitivity analysis but set default values; exit uk or death


n8thangreen/ltbiScreenLite documentation built on May 28, 2020, 9:37 p.m.