- Major changes
- Reordered chapters to be:
- visualization: start book with this.
- Replace Menard graphic with gapminder
- Added geom_col to barcharts
- tidy data: start this chapter of a data set that is not tidy and hence can't be
ggplot
ed - data
manipulationwrangling: not an end in and of itself, only exists to serve other goals. ra - regression
- sampling
- inference
- visualization: start book with this.
- Started incorporating feedback from Dr. Yana Weinstein from The Learning Scientists http://www.learningscientists.org/yana-weinstein/
- Reordered chapters to be:
- New Features
- Added ggplot2 Review and dplyr DataCamp links
- Minor changes
- @nsonneborn started embedding Learning Check solutions/discussion code directly into .Rmd files.
- Combined preamble and intro chapter into single intro.Rmd file
- Disabled gitbook PDF output for now.
- Add license to Preamble
- Chapters
- Inference:
- Fixed
$T$ distribution plot with histogram - Based on issue that identified the use of the wrong data set for resampling
- Fixed
- Inference:
- Attempting to fix Shiny app in Figure 6.2 appearing as white box in published site noted here
- Reverted to using screenshot with link instead
- Updated link to
dplyr
cheatsheet andggplot2
cheatsheet - Began adding DataCamp chapters as Review Questions to the end of Chapters 3 and 4 (More to come)
- Updated link to MailChimp
- Fixed wording in a few Ch 3 Learning Checks
- Converted last updated in index.Rmd to inline instead of R chunk
- Fixed edit link to point to moderndive-book GitHub repo instead of moderndive-source repo
- Fixed broken links to script files at the end of Chapters 4-9
- Added
purl=FALSE
to chunks that do not contain useful code to the reader - Attempting to fix Shiny app in Figure 6.2 appearing as white box in published site noted here
- Fixed the problems of chapter cross-references not working by removing the backticks in chapter names
- Issue created on
bookdown
here
- Issue created on
- Looked for typos throughout all chapters
- Added coggle diagrams to Chapter 4 and Appendix B
- Followed the same format of having a Conclusion section at the end of each chapter
- Fixed
$T$ distribution plot with histogram in Chapter 7- May be weird issue with
cache = TRUE
that incorrectly plotted values on 1/10^th^ the correct scale - Will need to keep an eye on it going forward
- May be weird issue with
- Fixed typo on Reach for the Stars chapter name
- Fiat Lux!
- Basic chapter structure in place
- First pass at II Inference section (Chapters 6-9) complete
- First revisions of I Data Exploration (Chapters 3-5) nearly complete