You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-127Lines changed: 0 additions & 127 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,133 +6,6 @@ As we're working on the 2nd edition of this book, we realized that we weren't to
6
6
7
7
If you're looking for the source files for the 1st edition of OpenIntro - Introduction to Statistics with Randomization and Simulation, please download the zipped release [here](https://github.com/OpenIntroStat/randomization-and-simulation/releases).
8
8
9
-
## What's planned for Introduction to Modern Statistics?
10
-
11
-
Some restructuring, some reordering, and some new content with better treatment of randomization and simulation throughout the book.
12
-
13
-
Each section comes with exercises as well as chapter level exercises in the last (review) section of each chapter.
14
-
The review section also includes interactive R tutorials and labs.
15
-
16
-
## Preliminary edition
17
-
18
-
Preliminary edition of Introduction to Modern Statistics is now complete and can be found at <https://openintro-ims.netlify.app>.
19
-
20
-
### [Chp 1. Getting started with data](https://openintro-ims.netlify.app/getting-started-with-data.html)
21
-
22
-
*Complete*
23
-
24
-
- Case study
25
-
- Data basics
26
-
- Sampling principles and strategies
27
-
- Experiments
28
-
- Chapter review
29
-
30
-
### [Chp 2. Summarizing and visualizing data](https://openintro-ims.netlify.app/summarizing-visualizing-data.html)
31
-
32
-
*Complete*
33
-
34
-
- Exploring numerical data
35
-
- Exploring categorical data
36
-
- Effective data visualization
37
-
- Case study
38
-
- Chapter review
39
-
40
-
### [Chp 3. Introduction to linear models](https://openintro-ims.netlify.app/intro-linear-models.html)
41
-
42
-
*Complete*
43
-
44
-
- Fitting a line, residuals, and correlation
45
-
- Least squares regression
46
-
- Outliers in linear regression
47
-
48
-
### [Chp 4. Multivariable and logistic models](https://openintro-ims.netlify.app/multi-logistic-models.html)
49
-
50
-
*Complete*
51
-
52
-
- Regression with multiple predictors
53
-
- Model selection
54
-
- Logistic regression
55
-
56
-
### [Chp 5. Introduction to statistical inference](https://openintro-ims.netlify.app/intro-stat-inference.html)
57
-
58
-
*Complete, exercises need to be added*
59
-
60
-
- Randomization tests
61
-
- Bootstrap confidence intervals
62
-
- Mathematical models
63
-
64
-
### [Chp 6. Inference for categorical responses](https://openintro-ims.netlify.app/inference-cat.html)
65
-
66
-
*Complete, exercises need to be added*
67
-
68
-
- One proportion
69
-
70
-
- Bootstrap test
71
-
- Bootstrap confidence interval
72
-
- Mathematical model
73
-
74
-
- Difference of two proportions
75
-
76
-
- Randomization test
77
-
- Bootstrap confidence interval
78
-
- Mathematical model
79
-
80
-
- Independence in two way tables
81
-
82
-
- Randomization test
83
-
- Bootstrap confidence interval
84
-
- Mathematical model
85
-
86
-
### [Chp 7. Inference for numerical responses](https://openintro-ims.netlify.app/inference-num.html)
87
-
88
-
*Complete, exercises need to be added*
89
-
90
-
- One mean
91
-
92
-
- Bootstrap confidence interval
93
-
- Mathematical model
94
-
95
-
- Difference of two means
96
-
97
-
- Randomization test
98
-
- Bootstrap confidence interval
99
-
- Mathematical model
100
-
101
-
- Paired differences
102
-
103
-
- Randomization test
104
-
- Bootstrap confidence interval
105
-
- Mathematical model
106
-
107
-
- Comparing many means
108
-
109
-
- Randomization test
110
-
- Mathematical model
111
-
112
-
### [Chp 8. Inference for regression](https://openintro-ims.netlify.app/inference-reg.html)
113
-
114
-
*Complete, exercises need to be added*
115
-
116
-
- Inference for linear regression
117
-
118
-
- Randomization test
119
-
- Bootstrap confidence interval
120
-
- Mathematical model
121
-
122
-
- Checking model assumptions
123
-
124
-
- Inference for multiple regression
125
-
126
-
- Inference for logistic regression
127
-
128
-
## First edition
129
-
130
-
**THIS IS A WORK IN PROGRESS!!!**
131
-
132
-
We're currently in the process of finalizing the first edition of Introduction to Modern Statistics.
133
-
It will be available Summer 2021.
134
-
In the meantime, you can follow along with updates to the first edition [here](https://openintro-ims-1e.netlify.app/) however we do not recommend using the in progress version for teaching while it's being updated as we might move around sections content and exercises, which might be unexpected for you and your students.
0 commit comments