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: inference.Rmd
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ By the end of the chapter, readers will be able to do the following:
39
39
40
40
* Describe real-world examples of questions that can be answered with statistical inference.
41
41
* Define common population parameters (e.g., mean, proportion, standard deviation) that are often estimated using sampled data, and estimate these from a sample.
42
-
* Define the following statistical sampling terms (population, sample, population parameter, point estimate, sampling distribution).
42
+
* Define the following statistical sampling terms: population, sample, population parameter, point estimate, and sampling distribution.
43
43
* Explain the difference between a population parameter and a sample point estimate.
44
44
* Use R to draw random samples from a finite population.
45
45
* Use R to create a sampling distribution from a finite population.
Copy file name to clipboardExpand all lines: jupyter.Rmd
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,9 @@ To run a code cell independently, the cell needs to first be activated. This
104
104
is done by clicking on it with the cursor. Jupyter will indicate a cell has been
105
105
activated by highlighting it with a blue rectangle to its left. After the cell
106
106
has been activated (Figure \@ref(fig:activate-and-run-button)), the cell can be run by either pressing the **Run** (`r fa("play", height = "11px")`)
107
-
button in the toolbar, or by using a keyboard shortcut of
108
-
`Shift + Enter`.
107
+
button in the toolbar, or by using the keyboard shortcut `Shift + Enter`.
109
108
110
-
```{r activate-and-run-button, echo = FALSE, fig.cap = "An activated cell that is ready to be run. The red arrow points to the blue rectangle to the cell's left. The blue rectangle indicates that it is ready to be run. This can be done by clicking the run button (circled in red).", fig.retina = 2, out.width="100%"}
109
+
```{r activate-and-run-button, echo = FALSE, fig.cap = "An activated cell that is ready to be run. The blue rectangle to the cell's left (annotated by a red arrow) indicates that it is ready to be run. The cell can be run by clicking the run button (circled in red).", fig.retina = 2, out.width="100%"}
Copy file name to clipboardExpand all lines: version-control.Rmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ made. In Figure \@ref(fig:vc-ba3-commit), the message is `Message about changes.
225
225
your work you should make sure to replace this with an
226
226
informative message about what changed. It is also important to note here that
227
227
these changes are only being committed to the local repository's history. The
228
-
remote repository on GitHub has not changed, and collaborators would not yet be
228
+
remote repository on GitHub has not changed, and collaborators are not yet
229
229
able to see your new changes.
230
230
231
231
```{r vc-ba3-commit, fig.cap = "Committing the modified files in the staging area to the local repository history, with an informative message about what changed.", fig.retina = 2, out.width="100%"}
0 commit comments