-
Notifications
You must be signed in to change notification settings - Fork 5
/
Lecture_10_Analyst_Profile.Rmd
75 lines (61 loc) · 4.08 KB
/
Lecture_10_Analyst_Profile.Rmd
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
66
67
68
69
70
71
72
73
74
75
## Lecture 10: Profile of a Decision Analyst {#analyst_profile}
<!-- reference with [Profile of a decision analyst](#analyst_profile) -->
<!-- https://youtu.be/XG0R9ViQm0E -->
Welcome to lecture 10 of **Decision Analysis and Forecasting for Agricultural Development**. Feel free to bring up any questions or concerns in the Slack or to [Dr. Cory Whitney](mailto:cory.whitney@uni-bonn.de?subject=[Lecture_6]%20Decision%20Analysis%20Lecture) or the course tutor.
Those who work in Decision Analysis must be able to do a number of diverse jobs from the facilitation and integration of ideas into models and also in programming these models. In the following short lecture you will learn about the skills that are particularly important for *integration* of knowledge, *facilitation* of knowledge gathering processes and for *programming* decision models. Please watch the video and answer the multiple choice questions below.
<!-- https://youtu.be/XG0R9ViQm0E -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/XG0R9ViQm0E" frameborder="0" allowfullscreen></iframe>
```{r analyst-profile-question-1, echo=FALSE}
question("Decision analysts must be able to facilitate, integrate and program. Which of the following skills are particularly important for *integration* of knowledge?",
answer("Bring a holistic ambition.", correct = TRUE),
answer("Be nice and personable"),
answer("Be curious and inquisitive", correct = TRUE),
answer("Able to communicate to diverse audiences"),
answer("Systems thinking", correct = TRUE),
answer("Good judgement, good 'calibration'", correct = TRUE),
answer("Output-oriented"),
answer("(Ideally) have some experience in modeling"),
answer("Be creative and open-minded", correct = TRUE),
answer("Ability to run simulation models, produce decision analysis outputs and interpret results"),
incorrect = "Watch [the talk](https://youtu.be/XG0R9ViQm0E) and try again.",
allow_retry = TRUE
)
```
```{r analyst-profile-question-2, echo=FALSE}
question("Which of the following skills are particularly important for *facilitation* of knowledge gathering processes?",
answer("Be creative and open-minded."),
answer("Knowledgeable about decision analysis 'philosophy'.", correct =TRUE),
answer("Able to communicate to diverse audiences.", correct = TRUE),
answer("Good judgement, good 'calibration'."),
answer("Knowledgeable about group work techniques", correct = TRUE),
answer("Systems thinking."),
answer("Be nice and personable", correct = TRUE),
answer("Be inclusive", correct = TRUE),
answer("Good understanding of how to integrate uncertainty in models"),
answer("Output oriented", correct = TRUE),
answer("Ability to run simulation models, produce decision analysis outputs and interpret results"),
incorrect = "Watch [the talk](https://youtu.be/XG0R9ViQm0E) and try again.",
allow_retry = TRUE
)
```
```{r analyst-profile-question-3, echo=FALSE}
question("Which of the following skills are particularly important for *programming* decision models?",
answer("Be curious and inquisitive."),
answer("Be creative and open-minded."),
answer("Systems thinking."),
answer("Be nice and personable"),
answer("Knowledgeable about decision analysis 'philosophy'."),
answer("Be thorough and meticulous.", correct = TRUE),
answer("Be well-versed in using model-building tools.", correct = TRUE),
answer("(Ideally) have some experience in modeling", correct = TRUE),
answer("Good understanding of how to integrate uncertainty in models", correct = TRUE),
answer("Ability to run simulation models, produce decision analysis outputs and interpret results", correct = TRUE),
incorrect = "Watch [the talk](https://youtu.be/XG0R9ViQm0E) and try again.",
allow_retry = TRUE
)
```
### Reading
This week we will read and discuss Chapter 1 of 'The Flaw of Averages' by @savage_flaw_2009.
-Savage, Sam L., and Harry M. Markowitz. The Flaw of Averages: Why We Underestimate Risk in the Face of Uncertainty. John Wiley & Sons, 2009.
### Bonus reading
Sam Savage's article [The Flaw of Averages](https://hbr.org/2002/11/the-flaw-of-averages) in the Harvard Business Review.