scenarios
is a list that
contains a collection of scenarios of class "riskyr" from the
scientific literature and other sources that can be used directly
in the visualization and summary functions.
scenarios
A list with currently 26 objects of class "riskyr" (i.e., scenarios) which are each described by 21 variables:
scenarios
currently contains the following scenarios:
Mammografie 1
Nackenfaltentest (NFT)
HIV 1 (f)
HIV 2 (f)
Mammography 2
Sepsis
Cab problem
Sigmoidoskopie 1
Sigmoidoskopie 2
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)
Variables describing each scenario:
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
).
See columns scen.src
and scen.apa
for a scenario's source information.
The information of scenarios
is also contained in an
R data frame df.scenarios
(and generated from
the corresponding .rda
file in /data/
).