Welcome to Statistics!

For the Student

There are a lot of ways to approach an introductory statistics class. Historically, the topics found in this text have been taught in a way that emphasizes hand calculations and the use of tables full of numbers.

My philosophy is a little different. This class is designed for students who will need to read statistical results and may need to produce basic statistics using a computer. If you go on to be a scientist and need more statistical know how, this course will give you enough background knowledge to take the inevitable next course in statistics. There is plenty of math in this text, but none of these situations require the ability to do that math by hand.

In many sections, the math is provided and explained but not emphasized. This is intentional. Instead, we focus on the “why”… Why do we care about this topic? Why is this concept important? Why do I run this test when I have that kind of data? …and we focus on the interpretation. What does this number tell us about an experiment? What can we conclude based on these statistical results?

We see statistics all the time in the media - in the form of graphs, tables, averages, predictions about elections or sports, you name it! Hopefully, by learning the whys and the interpretation, you will finish this text feeling like you can read and understand statistical results when you run into them in the real world.

R Programming

This text is designed to teach you introductory statistics with the option to learn some R (a statistical programming language) along the way. As a result, some sections have some introductory material on R. R is an incredibly powerful tool, but we’re going to keep it relatively simple. Using R will save us the headache of doing a lot of calculations by hand.

Since we are only going to use R for a few simple commands, we will run it completely online at the website rdrr.io/snippets (bookmark this website!) I strongly recommend you bookmark this website and it to run the code alongside the R labs. When you open this site in the browser, you may need to delete everything in the box before doing anything else.

For right now, you can run R right here in the course notes! This is exactly what you will see on the rdrr.io website. Type in your command and click the green “Run” button. Try running the command print("Welcome to Statistics!").

If it prints out “Sorry, something went wrong. All I know is:”, just press the “Run” button again.

For the Instructor

Thanks for checking out my Introduction to Statistics course! Sections are designed to be short, easy-to-read introductions to each concept. Some of the more conceptual sections do not have section exercises, but I am working on adding exercises wherever it seems appropriate. The topics and course ordering reflect the department syllabus for the 3-unit Introduction to Statistics at Sacramento State. I am sure there are topics we’ve left out, but there are only so many things one can cover in 15 weeks.

Each module after the first is designed to take approximately two weeks of class time. In an ideal world, I would cover at least the first nine in a 15 week semester. However, with assessment, activities, student questions, holidays, etc., I usually get through the first eight. Despite the time constraints, I am slowly working on including additional topics.

This text is a work in progress and gets updated each semester that I each Introduction to Statistics (which is very nearly every semester) and sometimes during winter and summer breaks.

Currently, I am working on

  • including R labs for most modules.

Slides for many of the sections are available on my website: lgpperry.github.io/teaching/stat1/, although these days I present mostly by writing on the board.

Please feel free to reach out to me with any questions, comments, or concerns by emailing me at perry@csus.edu

Course Learning Outcomes

The CLOs for Stat 1: Introduction to Statistics at Sacramento State are as follows.

Students will be able to:

  1. Organize, summarize, and interpret data in tabular, graphical, and pictorial formats.
  2. Organize and interpret bivariate data and learn simple linear regression and correlation.
  3. Understand the basic rules of probability.
  4. Use the binomial distribution as a model for discrete variables.
  5. Use the normal distribution as a model for continuous variables.
  6. Apply statistical inference techniques of parameter estimation such as point estimation and confidence interval estimation.
  7. Apply techniques of testing various statistical hypotheses concerning population parameters.

Stat 1 is also a General Education Area B4 course. The Area B4 learning outcomes are as follows.

Students will be able to:

  1. Solve problems by thinking logically, making conjectures, and constructing valid mathematical arguments.
  2. Make valid inferences from numerical, graphical and symbolic information.
  3. Apply mathematical reasoning to both abstract and applied problems, and to both scientific and non-scientific problems.

Each module also has module-specific learning outcomes and their corresponding CLOs. (The Area B4 outcomes are not included, as each module addresses all three outcomes.)