Skip to content

Commit 3bd7379

Browse files
committed
making changes based on comments
1 parent c1436e8 commit 3bd7379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

preface-text.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you analyze some data and give your analysis to a friend or colleague, they s
1515
be able to re-run the analysis from start to finish and get the same result you did (*reproducibility*).
1616
They should also be able to see and understand all the steps in the analysis, as well as the history of how
1717
the analysis developed (*auditability*). Creating reproducible and auditable
18-
analyses allows both yourself and others to easily double-check and validate your work.
18+
analyses allows both you and others to easily double-check and validate your work.
1919

2020
At a high level, in this book, you will learn how to
2121

@@ -33,7 +33,7 @@ six chapters, you will learn how to answer predictive, exploratory, and inferent
3333
data analysis questions with common methods in data science, including
3434
classification, regression, clustering, and estimation.
3535
In the final chapters
36-
(\@ref(getting-started-with-jupyter) - \@ref(move-to-your-own-machine)),
36+
(\@ref(getting-started-with-jupyter)—\@ref(move-to-your-own-machine)),
3737
you will learn how to combine R code, formatted text, and images
3838
in a single coherent document with Jupyter, use version control for
3939
collaboration, and install and configure the software needed for data science

0 commit comments

Comments
 (0)