scenarios {riskyr} | R Documentation |
A collection of riskyr scenarios from various sources (as list).
Description
scenarios
is a list of scenarios of class riskyr
collected from the scientific literature and other sources
and to be used by visualization and summary functions.
Usage
scenarios
Format
A list with currently 25 scenarios of class riskyr
which are each described by 21 variables.
Details
scenarios
currently contains the following scenarios
(n1 to n12 in English language, n13 to n25 in German language):
Bowel cancer screening
Cab problem
Hemoccult test
Mammography screening
Mammography (freq)
Mammography (prob)
Mushrooms
Musical town
PSA test (baseline)
PSA test (patients)
Psylicraptis screening
Sepsis
Amniozentese (in German language)
HIV-Test 1
HIV-Test 2
HIV-Test 3
HIV-Test 4
Mammografie 1
Mammografie 2
Mammografie 3
Mammografie 4
Nackenfaltentest (NFT) 1
Nackenfaltentest (NFT) 2
Sigmoidoskopie 1
Sigmoidoskopie 2
Variables describing a scenario:
-
scen_lbl
: Text label for current scenario. -
scen_lng
: Language of current scenario (en/de). -
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 forcond_true
cases. -
cond_false_lbl
: Text label forcond_false
cases. -
dec_lbl
: Text label for current decision. -
dec_pos_lbl
: Text label fordec_pos
cases. -
dec_neg_lbl
: Text label fordec_neg
cases. -
hi_lbl
: Text label for cases of hitshi
. -
mi_lbl
: Text label for cases of missesmi
. -
fa_lbl
: Text label for cases of false alarmsfa
. -
cr_lbl
: Text label for cases of correct rejectionscr
. -
prev
: Value of current prevalenceprev
. -
sens
: Value of current sensitivitysens
. -
spec
: Value of current specificityspec
. -
fart
: Value of current false alarm ratefart
. -
N
: Current population sizeN
. -
scen_src
: Source information for current scenario. -
scen_apa
: Source information in APA format.
Note that names of variables (columns)
correspond to a subset of init_txt
(to initialize txt
)
and init_num
(to initialize num
).
The variables scen_src
and scen_apa
provide 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/
).
See Also
riskyr
initializes a riskyr
scenario.