forked from cran/decisionSupport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 3.55 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: decisionSupport
Type: Package
Title: Quantitative Support of Decision Making under Uncertainty
Version: 1.113
Date: 2023-10-05
Authors@R: c(
person("Eike", "Luedeling", email = "[email protected]", role = c("cre", "aut"), comment="University of Bonn"),
person("Lutz", "Goehring", email = "[email protected]", role = "aut", comment="ICRAF and Lutz Goehring Consulting"),
person("Katja", "Schiffers", email = "[email protected]", role = "aut", comment="University of Bonn"),
person("Cory", "Whitney", email = "[email protected]", role = "aut", comment="University of Bonn"),
person("Eduardo", "Fernandez", email = "[email protected]", role = "aut", comment="University of Bonn")
)
Description: Supporting the quantitative analysis of binary welfare based
decision making processes using Monte Carlo simulations. Decision support
is given on two levels: (i) The actual decision level is to choose between
two alternatives under probabilistic uncertainty. This package calculates
the optimal decision based on maximizing expected welfare. (ii) The meta
decision level is to allocate resources to reduce the uncertainty in the
underlying decision problem, i.e to increase the current information to
improve the actual decision making process. This problem is dealt with
using the Value of Information Analysis. The Expected Value of
Information for arbitrary prospective estimates can be calculated as
well as Individual Expected Value of Perfect Information.
The probabilistic calculations are done via Monte Carlo
simulations. This Monte Carlo functionality can be used on its own.
License: GPL-3
Depends: R (>= 3.1.3)
Imports: assertthat, chillR (>= 0.62), class, dplyr, fANCOVA (>= 0.5),
ggplot2 (>= 3.2.0), ggstance, grDevices, magrittr, msm (>=
1.5), mvtnorm (>= 1.0.2), nleqslv (>= 2.6), patchwork,
rriskDistributions (>= 2.0), stats (>= 3.1.3), stringr, tidyr,
tidyselect
Suggests: eha (>= 2.4.2), knitr, mc2d (>= 0.1.15), pls (>= 2.4.3),
rmarkdown, scales, testthat (>= 0.9.1)
VignetteBuilder: knitr
URL: http://www.worldagroforestry.org/
Encoding: UTF-8
Classification/JEL: I38, O16, O21, O22, O23
RoxygenNote: 7.2.3
Collate: 'as.data.frame.mcSimulation.R' 'chance_event.R'
'compound_figure.R' 'paramtnormci_fit.R'
'paramtnormci_numeric.R' 'rtnorm90ci.R' 'rdistq_fit.R'
'rdist90ci_exact.R' 'estimate1d.R' 'random.R'
'rmvnorm90ci_exact.R' 'estimate.R' 'mcSimulation.R'
'welfareDecisionAnalysis.R' 'eviSimulation.R'
'individualEvpiSimulation.R' 'estimate_read_csv_old.R'
'decisionSupport.R' 'decisionSupport-package.R' 'discount.R'
'empirical_EVPI.R' 'global_variables.R' 'gompertz_yield.R'
'hist.mcSimulation.R' 'make_CPT.R' 'multi_EVPI.R'
'plainNames2data.frameNames.R' 'plot_cashflow.R'
'plot_distributions.R' 'plot_evpi.R' 'plot_pls.R'
'plsr.mcSimulation.R' 'print.mcSimuation.R'
'print.summary.mcSimulation.R' 'random_state.R' 'sample_CPT.R'
'sample_simple_CPT.R' 'scenario_mc.R' 'summary.mcSimulation.R'
'temp_situations.R' 'vv.R'
NeedsCompilation: no
Packaged: 2023-10-05 19:32:54 UTC; Eike
Author: Eike Luedeling [cre, aut] (University of Bonn),
Lutz Goehring [aut] (ICRAF and Lutz Goehring Consulting),
Katja Schiffers [aut] (University of Bonn),
Cory Whitney [aut] (University of Bonn),
Eduardo Fernandez [aut] (University of Bonn)
Maintainer: Eike Luedeling <[email protected]>
Repository: CRAN
Date/Publication: 2023-10-05 23:20:02 UTC