Skip to content

ucb-stat133/stat133-fall-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stat133-fall-2018

This repository holds the course materials for the Fall 2018 edition of Statistics 133: Concepts in Computing with Data at UC Berkeley.

Name Room Day/Time
Gaston Sanchez 309 Evans MWF 11am-12pm
Qi Chen 342 Evans M 4-6pm, Tu 8-9am, Th 8-9am
Ninh Do 342 Evans Tu 8-11am, W 9-10am
Yannik Pitcan 342 Evans Tu 10-12, Fr 8-9am, 5-7pm
Zishen (Dodo) Qian 342 Evans M 3-5pm, Tu 9-11
Ziyang (Sean) Zhou 342 Evans M 9-10am, 5-6pm, Tu 4-6pm
  • Lab Sections:
Lab Date Room GSI
101 W 10-12pm 342 Evans Ninh Do
102 W 10-12pm 330 Evans Qi Chen
103 W 12-2pm 342 Evans Ninh Do
104 W 12-2pm 330 Evans Yannik Pitcan
105 W 2-4pm 342 Evans Yannik Pitcan
106 W 2-4pm 330 Evans Qi Chen
107 W 4-6pm 342 Evans Zishen (Dodo) Qian
108 W 4-6pm 330 Evans Ziyang (Sean) Zhou
109 Th 9-11am 342 Evans Ziyang (Sean) Zhou
110 Th 11-1pm 342 Evans Zishen (Dodo) Qian

Philosophy

Concepts in Computing with Data presents computing tools and basic concepts for the main stages of the Data Analysis Cycle (DAC): 1) data preparation, 2) actual analysis, and 3) reporting of results.

Traditionally, teaching has been focused on the actual analysis part of a data set (e.g. description, hypothesis testing, model building, validation) while leaving out the data preparation steps, as well as the presentation and reporting of results. This is nuts. Typically, the most time consuming parts in the DAC are the preparation of data (e.g. cleaning, reformatting, tidying), and the report and communication of results (e.g. images, tables, papers, presentations, reports, docs). However, we don't teach students how to approach these tasks. They are left alone to acquire them in the wild. Stat 133 aims to add its two cents to provide solid foundations that will help you crunch data in a less improvised/naive/inefficient way.

Description

Stat 133: Concepts in Computing with Data is an introductory course to computational data analysis using the statistical programming language R (and other computational tools) with an emphasis on five major cornerstones:

  • Data Manipulation (wrangling, reshaping, tidying)
  • Data Visualization (focus on statistical charts)
  • Programming Concepts (with emphasis on data analysis)
  • Data Technologies (various sources/formats of data)
  • Reporting Tools (via dynamic documents)

Because Stat 133 is one of the core courses of the Statistics Department, the underlying goal is to provide foundations for "computing with data" so statistics-major students have the basic computational skills for subsequent upper division courses (e.g. Stat 150, 151A, 152, 153, 154, 155, 157, 158, 159). This involves teaching students how to:

  • understand common data formats
  • use the computer extensively to conduct statistical analysis of data.
  • use existing software rather than build routines from the ground up.
  • understand how to visualize data and display statistical information
  • learn the basic principles for writing code
  • organize your workflow
  • focus on aspects of computing to conduct data analysis, NOT the computational aspects of statistical methods
  • use computational tools to carry out the data analysis cycle

For more details, check the syllabus

Prerequisites / Review

This course does not have any prerequisites, although it would be nice if you have taken an introductory course in statistics (e.g. Stat 2, 20, 21, 131A).

The curriculum and format is designed specifically for students (ideally majoring in Statistics) who have NOT taken computer science courses.

You don't need previous programming experience, and you also don't need previous data analysis experience. However, students with some exposure to programming concepts, and data analysis tend to understand certain concepts better.

Students with some prior experience in either computational statistics or computing are welcome to enroll, though some parts of the course will feel extremely slow. Students who have taken computer science courses (e.g. CS C8, CS C100, CS 9H, CS 61a, CS 61b) should instead take a more advanced course.

Expectations

We expect that, at the end of the course, you have a basic understanding of R. But more important, we expect that you understand the general principles of data analysis projects, independently of the programming language that you use.

After completing the course, we expect that you feel comfortable in any of the three stages of the Data Analysis Cycle (DAC). This means that you can take almost any data set(s), clean it, tidy it, get visualizations, write code, and report the results in a varied number of formats.

We don't expect you to become a jedi data scientist, an R ninja, or a super coder. That takes YEARS of practice, training, learning, and collaborating. Instead, we want you to become a skilled padawan analyst (which, if interested, can be prepared to take the next steps of a data science marathon race).

Methods of Instruction

We will be using a combination of materials such as slides, tutorials, reading assignments, and chalk-and-talk.

The main computational tool will be the computing and programming environment R. The main workbench will be the IDE RStudio. You will also use a terminal emulator to work with command line.

Other


License

Creative Commons License
Unless otherwise noticed, this work, by Gaston Sanchez, is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Author: Gaston Sanchez

About

Course materials for Stat 133, Fall 2018, at UC Berkeley

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published