This course teaches you to turn messy business data into defensible answers with R. You will learn to wrangle and visualize data, evaluate claims about causality, fit and interpret linear regressions, and quantify how much you should trust an estimate through sampling distributions, the bootstrap, confidence intervals, and hypothesis tests. We practice these methods with real datasets and simulated examples, and the semester culminates in a team project published as a portfolio-ready article with a public GitHub repository.
Agentic AI now writes much of the code. The skill that matters has shifted from writing code to directing and verifying it: without the underlying building blocks, you cannot tell when an analysis is wrong, and you end up steered by the tool rather than steering it. The course therefore builds programming and visualization foundations first, then turns to statistical inference, and every in-class exercise ends with a verification step.
This is the undergraduate course (ISS4066, Mondays). Graduate students take ISS5066 on Thursdays, which carries research-oriented project requirements. Students may not receive credit for both.
Completing the assigned reading before class is part of your responsibility every week, as set out in the syllabus. Follow the Required reading listed for each week in the Schedule tab, work through the examples, and run any accompanying R code. Class discussions and exercises build on this preparation, so come ready to use the ideas and discuss questions that arise from the reading.
We will use class time to work through analysis code, interpret results, compare approaches, and adapt examples to new questions. We will explain and revisit R fundamentals, including objects, operators, data structures, and functions, as we use them in visualization, data wrangling, and later topics. Questions about these foundations are welcome throughout the course.
Required readings are freely accessible online. Further reading is optional and provides additional explanation and depth; purchasing those books is not required. The R Basics companion handout provides fuller explanations and worked examples to consult as needed throughout the semester.
No prerequisites. The course is designed for students from any background who want a working foundation in data analysis for business. Graduate students should enroll in ISS5066.
Jaewon Yoo · Assistant Professor
Institute of Service Science, College of Technology Management
National Tsing Hua University
Tuan Anh Tran
Ph.D. Student, ISS
anhtranpt [at] iss.nthu.edu.tw
Daffa Onielda
IBBA
daffaonielda [at] gapp.nthu.edu.tw
To be announced
Third teaching assistant, to be announced once enrollment is final (after the add/drop period, Sep 20)
| Purpose | Platform |
|---|---|
| Syllabus, weekly schedule, policies, lecture slides, R scripts | This website |
| Announcements, in-class exercise and assignment submissions, grades, discussion board | eeclass |
| Office hours and project consultations | Google Calendar booking |
| Private matters |
Lecture slides and R scripts are posted on this page under Materials as the course progresses. In-class exercises, assignments, grades, and announcements are on eeclass (NTHU's learning platform; enrolled students are added automatically). For private matters, email the instructor.
This page is updated during the semester. Recently changed items are listed below.
Transforming messy data into tidy formats and communicating insights with ggplot2.
Evaluating causal claims and using simple and multiple linear regression.
Sampling distributions, the bootstrap, confidence intervals, and hypothesis tests.
R, RStudio, Quarto, git, and GitHub, plus directing and verifying AI-assisted analysis.
Assignments are due before class starts (14:20); Sunday deadlines are 23:59. Two Mondays are university holidays with no make-up class (Sep 28, Oct 26). The schedule is tentative; eeclass announcements take precedence. Use the resource links under each week to open slides and handouts or download R scripts.
Before every class: complete that week’s Required reading and work through the examples, including any R code. This preparation is expected in the syllabus and supports your participation in class discussions and exercises. Further reading is optional. All required readings are freely accessible online.
Week 1 (Sep 7): Course Introduction and R Programming Basics Slides R basics (reference) R basics (handout)
R Basics reference materials: The reference slides and companion handout under Materials cover operators, data types, data structures, and writing functions, with explanations and examples to consult throughout the semester.
Week 2 (Sep 14): Data Visualization Slides R script
Week 3 (Sep 21): Data Wrangling with dplyr
Week 4 (Sep 28): No class (Teachers’ Day)
Week 5 (Oct 5): Causality
Week 6 (Oct 12): Relationships, Importing, and Tidying Data
Week 7 (Oct 19): Prediction and Iteration
Week 8 (Oct 26): No class (Retrocession Day observed)
Week 9 (Nov 2): Regression and Model Fit
Week 10 (Nov 9): More on Regression
Week 11 (Nov 16): Sampling and Sampling Distributions
Week 12 (Nov 23): The Bootstrap and Confidence Intervals
Week 13 (Nov 30): Hypothesis Testing
Week 14 (Dec 7): Models of Uncertainty
Week 15 (Dec 14): Inference for Regression
Week 16 (Dec 21): Project Showcase, Q&A, and Peer Evaluation
Completing the assigned reading before each class is part of your responsibility throughout the semester, as set out in the syllabus. The weekly schedule now distinguishes Required reading (before class) from Further reading (optional). Work through the required sections and their examples, running any accompanying R code, and arrive ready to participate in discussions and exercises. Bring questions from your preparation so we can work through them in class.
We learn R through practical data-analysis questions. Class time will focus on working through code, interpreting results, and making changes to answer new questions. Programming foundations such as objects, operators, data structures, and functions will be explained and revisited as we use them in visualization, data wrangling, and later analyses. Questions about these foundations are welcome throughout the course.
These books provide additional explanations and examples. Purchasing them is not required.
| Component | Weight |
|---|---|
| Final project (report, showcase Q&A, milestones, peer evaluation) | 40% |
| Assignments (5) | 20% |
| Problem sets (3) | 15% |
| In-class exercises (5) | 5% |
| Attitude / participation | 10% |
| Attendance | 10% |
Within the final project: written report, showcase presentation with Q&A, four milestones, and peer evaluation. A rubric is provided on eeclass.
A team project on a topic of your choice. Develop a research question, locate and prepare data (a pre-cleaned dataset from an R package is not sufficient), apply the methods from the course, and publish a portfolio-ready article or webpage with a linked GitHub repository containing all code.
To give you a clear sense of expectations and grading criteria, here is a sample final report with the instructor’s evaluation from last year’s graduate section (names and student IDs removed):
| Milestone | Due |
|---|---|
| GitHub repository | Sun Oct 11 |
| Data and proposal | Sun Oct 25 |
| First visualization | Sun Nov 15 |
| First analysis | Sun Dec 6 |
| Final report | Sun Dec 20 |
| Showcase and Q&A | Mon Dec 21 |
Five assignments, each a short Quarto report on a provided dataset applying the method just covered (data wrangling and visualization, causality, regression and prediction, the bootstrap, hypothesis testing). Late submissions lose 1 percentage point of the assignment’s weight per day.
Three problem sets drawn from Introduction to Modern Statistics (Ch. 7; Ch. 8; Ch. 11–12), submitted as a single PDF.
Five short exercises done during class without generative AI and uploaded to eeclass the same day. Each ends with a verification step: check what your code actually did before you trust the output.
Students are permitted to use AI tools, including large language models and agentic coding assistants (e.g., ChatGPT, Claude, Gemini), for assignments and the final project. You are fully responsible for everything you submit. The final project is designed so that a high-quality result requires genuine understanding; AI accelerates competent work but does not substitute for it. However, it is imperative that the final submission predominantly reflects the student’s understanding and personal input. Students who use AI tools must adhere to the following guidelines:
Attempting to cheat the system by relying heavily on AI-generated content without substantial personal input is ultimately the student’s loss, as it undermines the learning process.
In line with NTHU’s Implementation Guidelines on AI Ethics Statements and Learning Assessment (Sep 2026): if AI use is identified but not disclosed as required, the work may be re-evaluated or assigned no credit. In-class exercises are completed without generative AI. When the instructor uses AI to produce teaching materials or learning resources, this is indicated in the materials. By enrolling in this course, students are considered to have agreed to this statement.
All submitted work must be your own. A first violation results in a zero for that assignment; subsequent violations result in a failing grade. Cheating, plagiarism, self-plagiarism, and misrepresentation of authorship all count. Submissions may be checked with Turnitin.
Attend every class with your laptop. Attendance is recorded from Week 2 and counts for 10%; each missed class costs about 1% of the final grade. Notify the instructor or a TA before class if you must miss it. Participation is assessed through in-class discussion and the eeclass discussion board.