This repository contains files related to an in-person workshop designed to help behavioral researchers in business schools transition to using R and R Markdown. The focus of the workshop is on giving participants the tools to do high-quality reproducable research. The workshop combines materials from this repository with instructor slides from R for Marketing Research and Analtyics.
We focus on R as a programming language first and get new programmers comfortable with working in a programming environment
One header row
One row for each observation
No "formatting-as-data"
DataCamp Course: Introduction to Data
Covers techniques for data manipulation like aggregate() and table() and visualization including histogram() and boxplot
Covers the statistical tests needed to analyze experiments including chisq.test(), t.test() and anova()