Go to TogaWare.com Home Page. Data Science Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

Data Science Through Doing

This book takes a seriously hands on approach to doing data science. Concepts are introduced but usually with an example of the concept with some code. We use R as our language to share these concepts and demonstrate how we execute the concepts in practice. Through this guide new R commands will be introduced. The reader is encouraged to review the command's documentation and understand what the command does. Help is obtained using the ? command as in:
?read_csv

Documentation on a particular package can be obtained using the help= option of library():

library(help=tidyverse)

To learn effectively you are encouraged to run R (e.g., RStudio or Emacs with ESS mode) and to replicate the commands. Check that the output you get is the same and that you understand how it is generated. Try some variations. Explore.


Support further development by purchasing the PDF version of the book.
Other online resources include the GNU/Linux Desktop Survival Guide.
Books available on Amazon include Data Mining with Rattle and Essentials of Data Science.
Popular open source software includes rattle and wajig.
Hosted by Togaware, a pioneer of free and open source software since 1984.
Copyright © 2000-2020 Togaware Pty Ltd. . Creative Commons ShareAlike V4.