Lecture 1
Duke University
STA 199 - Fall 2022
8/30/22
Dr. Mine Çetinkaya-Rundel
Professor of the Practice
Old Chem 213
03:00
Data science is an exciting discipline that allows you to turn raw data into understanding, insight, and knowledge.
We’re going to learn to do this in a tidy
way – more on that later!
This is a course on introduction to data science, with an emphasis on statistical thinking.
# A tibble: 5 × 2
date season
<chr> <chr>
1 23 January 2017 winter
2 4 March 2017 spring
3 14 June 2017 summer
4 1 September 2017 fall
5 ... ...
Or more like demo for today…
https://sta199-f22-1.github.io/
All linked from the course website:
Category | Percentage |
---|---|
Homework | 30% (5% x 6) |
Labs | 14% (2% x 7) |
Project | 15% |
Exam 01 | 18% |
Exam 02 | 18% |
Application Exercises | 2.5% |
Teamwork | 2.5% |
See course syllabus for how the final letter grade will be determined.
It is my intent that students from all diverse backgrounds and perspectives be well-served by this course, that students’ learning needs be addressed both in and out of class, and that the diversity that the students bring to this class be viewed as a resource, strength and benefit.
The Student Disability Access Office (SDAO) is available to ensure that students are able to engage with their courses and related assignments.
I am committed to making all course materials accessible and I’m always learning how to do this better. If any course component is not accessible to you in any way, please don’t hesitate to let me know.
Wear a mask at all times!
Read and follow university guidance
Only work that is clearly assigned as team work should be completed collaboratively.
Homeworks must be completed individually. You may not directly share answers / code with others, however you are welcome to discuss the problems in general and ask for advice.
Exams must be completed individually. You may not discuss any aspect of the exam with peers. If you have questions, post as private questions on the course forum, only the teaching team will see and answer.
We are aware that a huge volume of code is available on the web, and many tasks may have solutions posted
Unless explicitly stated otherwise, this course’s policy is that you may make use of any online resources (e.g. RStudio Community, StackOverflow, etc.) but you must explicitly cite where you obtained any code you directly use or use as inspiration in your solution(s).
Any recycled code that is discovered and is not explicitly cited will be treated as plagiarism, regardless of source
To uphold the Duke Community Standard:
I will not lie, cheat, or steal in my academic endeavors;
I will conduct myself honorably in all my endeavors; and
I will act if the Standard is compromised.
Ask if you’re not sure if something violates a policy!