Note: readings are intended to be completed after
subject is covered by class lecture; however, you are welcome to read
them in advance. You are encouraged to preview the slides prior to that
unit’s lectures.
We have provided the lecture slides in .html and .pdf format.
Some of the slide features will only work in .html format while
connected to the internet. Feel free to download the PDFs for later use
(you’ll miss out on animations and interactivities, but most information
will render correctly).
Unit 0
Topic: Introduction to scientific principles and data
analysis
Objectives:
- Describe goals of course and principles of scientific research
- Describe types of and differences in measurement scales
- Install and familiarize self with statistical software
Readings:
Lectures:
- Class 1 (10/2) slides: html | pdf
- Class 2 (9/28) slides: html | pdf
- R Tutorial slides: html
Labs:
- Lab overview and expectations: pdf
- Lab 1: doc
Unit 1
Topic: Summarizing and displaying categorical
data
Objectives:
- Understand and implement principles of tabular data in R
- Describe and summarize quantitative data that are categorical
- Create visualizations of quantitative data that are categorical
- Write R scripts to conduct these analyses
Readings:
Lectures:
Assignment 1:
Unit 2
Topic: Examining the relationship between categorical
variables
Objectives:
- Describe relationships between quantitative data that are
categorical
- Calculate an index of the strength of the relationship between two
categorical variables, the chi-squared ( \(\chi^2\)) statistic
- Write R scripts to conduct these analyses
- Formulate and describe the purpose of a null hypothesis
- Conceptually describe the criteria to make a statistical inference
from a sample to a population
- Interpret and report the results of a contingency-table analysis and
a statistical inference from a chi-squared statistic
Readings:
Lectures:
Assignment 2:
Unit 3
Topic: Summarizing and displaying continuous
data
Objectives:
- Describe and summarize quantitative data that are continuous
- Describe the purpose and compute the following measures of central
tendency: mean, median and mode
- Descripe the purpose and compute the following measures of
variability: quartiles, inter-quartile range, range, variance and
standard deviation
- Describe conceptually the principles of skewness and kurtosis
- Create visualizations of quantitative data that are continuous using
R
- Includes constructing histograms, densities, stem-and-leaf, and
box-and-whisker plots
- Construct a standardized or \(z\)-score and explain its substantive
meaning
- Use a \(z\)-transformation to
compare distributions, observations within distributions and interpret
outlying values
- Describe special features of a normal (and standard normal)
distribution
- Interpret a \(z\)-statistic
table
- Describe the distribution of repeated sample statistics drawn from a
population, how this relates to the Central Limit Theorem (CLT) and how
this is informative to statistical hypothesis testing
- Determine whether the mean value of a sample is different than a
defined population mean, both when the population standard deviation of
the variable is known ( \(z\)-test) and
when it is unknown (one-sample \(t\)-test)
Readings:
Lecture slides:
Assignment 3:
Unit 4
Topic: Describing relationships between continuous
data
Objectives:
- Describe relationships between quantitative data that are
continuous
- Visualize and substantively describe the relationship between two
continuous variables
- Describe and interpret a fitted bivariate regression line
- Describe and interpret components of a fitted bivariate linear
regression model
- Visualize and substantively interpret residuals resulting from a
bivariate regression model
- Conduct a statistical inference test of the slope and intercept of a
bivariate regression model
- Write R scripts to conduct these analyses
Readings:
Lecture slides:
Assignment 4:
Unit 5
Topic: Critiques of NHST
Objectives:
- Articulate modern critiques of null-hypothesis significance testing
framework
- Describe strategies to improve replicability and generalizability of
quantitative research
Lecture slides:
- Classes 17-18 (11/28 & 11/30): html | pdf
- Data management cheat sheet: html