STA 220: Practice in Statistics I

An introductory course in statistical concepts and methods, emphasizing exploratory data analysis for univariate and bivariate data, sampling and experimental designs, basic probability models, estimation and tests of hypothesis in one-sample and comparative two-sample studies. A statistical computing package is used but no prior computing experience is assumed.

Course goals

  • learn some of the basic concepts of statistics

  • develop a toolbox for analyzing, and displaying data

  • learn a bit of coding!

Course topics

  • data summary - one variable and relationships between variables

  • probability - events, random variables, and distribution

  • confidence intervals - calculation and interpretation

  • hypothesis testing - type I and II errors, p-value, relation to confidence intervals

  • simple linear regression - interpretation and inference, coefficient of determination

We will use R programming language for computations. RStudio is a user-friendly environment for developing, running, and documenting R code.

Course content

Lecture notes Practice questions
Lecture 1 notes     notes annotated practice     practice answers
Lecture 2 notes     notes annotated practice     practice answers
Lecture 3 notes     notes annotated practice     practice answers
Lecture 4 notes     notes annotated practice     practice answers
Midterm 1 exam with answers R practice
Lecture 6 notes     notes annotated practice     practice answers
Lecture 7 notes     notes annotated practice     practice answers
Lecture 8 notes     notes annotated practice     practice answers
Midterm 2 exam with answers R practice
Lecture 10 notes     notes annotated practice     practice answers
Lecture 11 notes     notes annotated practice     practice answers
Lecture 12 notes     notes annotated practice     practice answers

Distribution tables:     normal     Student's t     binomial     chi-square