forked from OpenIntroStat/ims
-
Notifications
You must be signed in to change notification settings - Fork 0
/
28-exercise-solutions.Rmd
178 lines (122 loc) · 3.62 KB
/
28-exercise-solutions.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
# (APPENDIX) Appendix {.unnumbered}
```{r, include = FALSE}
source("_common.R")
```
# Exercise solutions {#exercise-solutions}
## Chapter 1 {#exercise-solutions-01 .unlisted}
::: {.exercises-solution}
```{r sa-01, child = "exercises/01-sa-data-hello.Rmd"}
```
:::
## Chapter 2 {#exercise-solutions-02 .unlisted}
\vspace{-2mm}
::: {.exercises-solution}
```{r sa-02, child = "exercises/02-sa-data-design.Rmd"}
```
:::
## Chapter 3 {#exercise-solutions-03 .unlisted}
Application chapter, no exercises.
## Chapter 4 {#exercise-solutions-04 .unlisted}
::: {.exercises-solution}
```{r sa-04, child = "exercises/04-sa-explore-categorical.Rmd"}
```
:::
## Chapter 5 {#exercise-solutions-05 .unlisted}
::: {.exercises-solution}
```{r sa-05, child = "exercises/05-sa-explore-numerical.Rmd"}
```
:::
## Chapter 6 {#exercise-solutions-06 .unlisted}
Application chapter, no exercises.
## Chapter 7 {#exercise-solutions-07 .unlisted}
::: {.exercises-solution}
```{r sa-07, child = "exercises/07-sa-model-slr.Rmd"}
```
:::
## Chapter 8 {#exercise-solutions-08 .unlisted}
::: {.exercises-solution}
```{r sa-08, child = "exercises/08-sa-model-mlr.Rmd"}
```
:::
## Chapter 9 {#exercise-solutions-09 .unlisted}
::: {.exercises-solution}
```{r sa-09, child = "exercises/09-sa-model-logistic.Rmd"}
```
:::
## Chapter 10 {#exercise-solutions-10 .unlisted}
Application chapter, no exercises.
## Chapter 11 {#exercise-solutions-11 .unlisted}
::: {.exercises-solution}
```{r sa-11, child = "exercises/11-sa-foundations-randomization.Rmd"}
```
:::
## Chapter 12 {#exercise-solutions-12 .unlisted}
::: {.exercises-solution}
```{r sa-12, child = "exercises/12-sa-foundations-bootstrapping.Rmd"}
```
:::
## Chapter 13 {#exercise-solutions-13 .unlisted}
::: {.exercises-solution}
```{r sa-13, child = "exercises/13-sa-foundations-mathematical.Rmd"}
```
:::
## Chapter 14 {#exercise-solutions-14 .unlisted}
::: {.exercises-solution}
```{r sa-14, child = "exercises/14-sa-foundations-errors.Rmd"}
```
:::
## Chapter 15 {#exercise-solutions-15 .unlisted}
Application chapter, no exercises.
## Chapter 16 {#exercise-solutions-16 .unlisted}
::: {.exercises-solution}
```{r sa-16, child = "exercises/16-sa-inference-one-prop.Rmd"}
```
:::
## Chapter 17 {#exercise-solutions-17 .unlisted}
::: {.exercises-solution}
```{r sa-17, child = "exercises/17-sa-inference-two-props.Rmd"}
```
:::
## Chapter 18 {#exercise-solutions-18 .unlisted}
::: {.exercises-solution}
```{r sa-18, child = "exercises/18-sa-inference-tables.Rmd"}
```
:::
## Chapter 19 {#exercise-solutions-19 .unlisted}
::: {.exercises-solution}
```{r sa-19, child = "exercises/19-sa-inference-one-mean.Rmd"}
```
:::
## Chapter 20 {#exercise-solutions-20 .unlisted}
::: {.exercises-solution}
```{r sa-20, child = "exercises/20-sa-inference-two-means.Rmd"}
```
:::
## Chapter 21 {#exercise-solutions-21 .unlisted}
::: {.exercises-solution}
```{r sa-21, child = "exercises/21-sa-inference-paired-means.Rmd"}
```
:::
## Chapter 22 {#exercise-solutions-22 .unlisted}
::: {.exercises-solution}
```{r sa-22, child = "exercises/22-sa-inference-many-means.Rmd"}
```
:::
## Chapter 23 {#exercise-solutions-23 .unlisted}
Application chapter, no exercises.
## Chapter 24 {#exercise-solutions-24 .unlisted}
::: {.exercises-solution}
```{r sa-24, child = "exercises/24-sa-inf-model-slr.Rmd"}
```
:::
## Chapter 25 {#exercise-solutions-25 .unlisted}
::: {.exercises-solution}
```{r sa-25, child = "exercises/25-sa-inf-model-mlr.Rmd"}
```
:::
## Chapter 26 {#exercise-solutions-26 .unlisted}
::: {.exercises-solution}
```{r sa-26, child = "exercises/26-sa-inf-model-logistic.Rmd"}
```
:::