About

i2ds

This book is still being written and revised to teach the course Introduction to Data Science (using R, ADILT) at the University of Konstanz in 2022. It currently serves as a scaffold for the curriculum that will be filled with content as we go along.

Contents and audience

This book will eventually contain materials needed to teach a variety of introductory courses on data science for undergraduate students of various disciplines. The materials and examples are designed to engage and motivate students from different fields to apply computational tools to solve challenging problems. Hopefully, students will welcome the summaries of essential commands and find solving the exercises both enjoyable and enlightning.

Depending on student needs and the goals and length of a course, some of the more specialized chapters (e.g., …) can be skipped and used as the basis of a more advanced curriculum.

By contrast, combining the chapters of Part I and Part IV with some appendices (e.g., …) provides a general introduction to data literacy and reproducible research that is using R, but not focusing on data science or the packages of the tidyverse.

Providing feedback

As this text is still being revised and data science is a dynamic field, it is likely that the current version contains some typos and mistakes. Please email me (as h.neth at uni.kn) to report any errors, possible improvements, or any other feedback or observations that you are willing to share.

Linking and citing

Everyone likes being linked or cited. Feel free to adopt this book or parts of it to your own purposes, but please acknowledge its use in your own work. As the structure of the book’s chapters and sections may change, links should only use the base URL https://bookdown.org/hneth/i2ds/:

  • Neth, H. (2024). i2ds: Introduction to Data Science.
    Social Psychology and Decision Sciences, University of Konstanz, Germany.
    Online textbook (version 0.1.0, January 08, 2024).
    Retrieved from https://bookdown.org/hneth/i2ds/.

The book has been started as a more basic and general version of Data Science for Psychologists (Neth, 2023a). The full reference of this companion book is:

The corresponding R package ds4psy is available at https://CRAN.R-project.org/package=ds4psy.

License

Creative Commons License

Introduction to data science (i2ds) by Hansjörg Neth is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

The HTML-version of this book uses Google Analytics to evaluate the popularity of its different chapters. The website does not collect any personal data of individual users.

Colophon

This book is still being written. Its current version was generated using R version 4.3.1 (2023-06-16) and the following packages:

  • bardr (0.0.9), base (4.3.1), car (3.1.2), carData (3.0.5), datasets (4.3.1), dplyr (1.1.4), ds4psy (1.0.0.9003), forcats (1.0.0), ggplot2 (3.4.4), graphics (4.3.1), grDevices (4.3.1), here (1.0.1), HistData (0.9.1), i2ds (0.0.0.9027), knitr (1.45), lubridate (1.9.3), magrittr (2.0.3), methods (4.3.1), modelr (0.1.11), purrr (1.0.2), readr (2.1.4), riskyr (0.4.0.9013), rmarkdown (2.25), stats (4.3.1), stringr (1.5.1), tibble (3.2.1), tidyr (1.3.0), tidyverse (2.0.0), unikn (0.9.0.9008), utils (4.3.1).

Thanks to all package authors and the R community for making this book possible!