df.scenarios
is an R data frame that
contains a collection of scenarios from the
scientific literature and other sources.
df.scenarios
A data frame with currently 26 rows (i.e., scenarios) and 21 columns (variables describing each scenario):
Scenarios:
Mammografie 1
Nackenfaltentest (NFT)
HIV 1 (f)
HIV 2 (f)
Mammography 2
Sepsis
Cab problem
Sigmoidoskopie 1
Sigmoidoskopie 1
Brustkrebs 1
Brustkrebs 2 (BRCA1)
Brustkrebs 3 (BRCA1+pos. Mam.)
HIV 3 (m)
HIV 4 (m)
Nackenfaltentest 2 (NFT)
Amniozentese (pos. NFT)
Musical town
Mushrooms
Bowel cancer (FOB screening)
PSA test 1 (high prev)
PSA test 2 (low prev)
Colorectal cancer
Psylicraptis screening
Mammography 6 (prob)
Mammography 6 (freq)
Describing variables:
scen.lbl
Text label for current scenario.
scen.lng
Language of current scenario.
scen.txt
Description text of current scenario.
popu.lbl
Text label for current population.
cond.lbl
Text label for current condition.
cond.true.lbl
Text label for cond.true
cases.
cond.false.lbl
Text label for cond.false
cases.
dec.lbl
Text label for current decision.
dec.pos.lbl
Text label for dec.pos
cases.
dec.neg.lbl
Text label for dec.neg
cases.
hi.lbl
Text label for cases of hits hi
.
mi.lbl
Text label for cases of misses mi
.
fa.lbl
Text label for cases of false alarms fa
.
cr.lbl
Text label for cases of correct rejections cr
.
prev
Value of current prevalence prev
.
sens
Value of current sensitivity sens
.
spec
Value of current specificity spec
.
fart
Value of current false alarm rate fart
.
N
Current population size N
.
scen.src
Source information for current scenario.
scen.apa
Source information in APA format.
Note that names of variables (columns)
correspond to init_txt
(to initialize txt
)
and init_num
(to initialize num
).
When loading riskyr
, all scenarios contained in
df.scenarios
are also converted into a list of
riskyr
objects scenarios
.