-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path01-Introduction.Rmd
38 lines (21 loc) · 2.27 KB
/
01-Introduction.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
# Introduction {#introduction}
You may wonder why you will need to learn some statistics as you do not plan to compute statistics yourself in your future job. But, as a public health professional, the decisions you may be brought to make based on data will be too important to delegate. You will want to be able to interpret the data that surrounds you and to come to your own conclusions [@sharpe_business_2012].
At the end, I hope you will understand the importance of statistics in our complex world and even enjoy studying the discipline.
## Lecture Tips
When you see a term written like `statistics` in the text it is a concept that you must understand the definition and the usage. A proper definition will often be highlighted in a box. No need to know the definition by heart.
Different boxes will highlight the concepts, warnings and small practical exercises.
::: {.objective}
The first learning objective is to relax and trust yourself on your capacities to enjoy the biostat class.
:::
::: {.define}
This will be the definition of a concept you should understand along with its usage
:::
::: {.caution}
This is a warning
:::
::: {.practice}
This is a small question you should try to answer
:::
This little book is being developed as a support for my online classroom in the context of the SARS-Cov2 pandemic. The content is a mix of my usual slides with definitions and examples from the books by @sharpe_business_2012 (second edition), by @diez2019openintro (fourth edition), and by @thierry_ancelle [in French].
To illustrate the different concepts, I mostly use a sample of the 2006 French Health Behavior School-aged Children database (HBSC). Since 1982 HBSC has been a pioneer cross-national study gaining insight into young people's well-being, health behaviors and their social context. This research collaboration with the WHO Regional Office for Europe is conducted every four years in 50 countries and regions across Europe and North America. For more details please visit the [HBSC website ](http://www.hbsc.org/) [@aaro1986health]
The statistical software R is used to illustrate some of the statistical tests and modeling methods [@Rsoftware]. Commands and output examples are presented. R and the bookdown package were in fact used to create this little e-book [@bookdown2016].