inst/book/index.md

title: Data Skills for Reproducible Research subtitle: "DOI: 10.5281/zenodo.6527194" authors: "Lisa DeBruine & Dale Barr" date: "2022-05-07" site: bookdown::bookdown_site documentclass: book classoption: oneside # for PDFs geometry: margin=1in # for PDFs bibliography: [book.bib, packages.bib] csl: include/apa.csl link-citations: yes description: | This book provides an overview of skills needed for reproducible research and open science using the statistical programming language R and tidyverse packages. It covers data visualisation, data tidying and wrangling, archiving, iteration and functions, probability and data simulations, general linear models, and reproducible workflows. url: "https://psyteachr.github.io/reprores-v2" github-repo: "psyteachr/reprores-v2" cover-image: "images/logos/logo.png" apple-touch-icon: "images/logos/apple-touch-icon.png" apple-touch-icon-size: 180 favicon: "images/logos/favicon.ico"

Overview {-}

Hex sticker, blue, text: Repro Res

This book provides an overview of skills needed for reproducible research and open science using the statistical programming language R and tidyverse packages. It covers data visualisation, data tidying and wrangling, archiving, iteration and functions, probability and data simulations, general linear models, and reproducible workflows.

The book is also available in PDF, ePub and Kindle formats, but these may have odd formatting where the onlne book has interactive elements like quizzes and shiny apps.

Resources {-}

How to learn data skills {-}

top text: Me: gonna get to the gym early today, set myself on a regimen, get gains. Also me:; Photo: Man sleeping on gym equipment

Learning data skills is kind of like having a gym membership (HT to Phil McAleer for the analogy). You'll be given state-of-the-art equipment to use and instructions for how to use them, but your data skills won't get any stronger unless you practice.

Data skills do not require you to memorise lots of code. You will be introduced to many different functions, but the main skill to learn is how to efficiently find the information you need. This will require getting used to the structure of help files and cheat sheets{target="_blank"}, learning how to Goggle your problem and choose a helpful solution, and learning how to read error messages.

Fake O'Reilly-style book cover, line drawing of a kitten; title: Changing Stuff and Seeing What Happens; top text: How to actually learn any new programming concept

Learning to code involves making a lot of mistakes. These mistakes are completely essential to the process, so try not to feel too frustrated. Many of the chapter exercises will give you broken code to fix so you get experience seeing what common errors look like. As you become a more experienced coder, you might not make fewer errors, but you'll recover from them much faster.

I found a bug! {-}

This book is a work in progress, so you might find errors. Please help me fix them! The best way is to open an issue on github{target="_blank"} that describes the error, but you can also email Lisa.

Other Resources {-}



PsyTeachR/reprores-v2 documentation built on Sept. 26, 2022, 10:06 a.m.