-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-links.qmd
28 lines (17 loc) · 1.43 KB
/
course-links.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "Useful links"
---
| | |
|-----------|----|
| [{fig-alt="Canvas logo" height="40px"} Canvas](https://canvas.unl.edu/courses/193335) | Assignment Submissions, Reading Quizzes, Gradebook |
| [{fig-alt="Github classroom logo" height="30px"}](https://classroom.github.com/classrooms/195160117-unl-stat151-2025a-classroom-97fc1e) | Assignment Submissions (after Spring Break) |
| 📚 [Statistical Computing in R and Python](https://srvanderplas.github.io/stat-computing-r-python/) | Textbook |
# Additional Resources
## Books
- [R for Data Science](https://r4ds.had.co.nz/)
- [Python for Everybody](https://www.py4e.com/html3/)
- [Python for Data Analysis](https://www.oreilly.com/library/view/python-for-data/9781449323592/) - Available online for free if you register with your UNL email address.
- [Python Data Science Handbook](https://learning.oreilly.com/library/view/python-data-science/9781491912126/) - Available online for free if you register with your UNL email address.
- [Advanced R](http://adv-r.had.co.nz/)
## Videos
- [TidyTuesday Data Analyses](https://youtube.com/playlist?list=PL2joUpumI-Z-VDAgquuNFlGm_hPE2RLGh&si=iQk61eq1gILvSvv3) - TidyTuesday is an R project to screencast the data analysis process. Every Tuesday, they take on a new data set, and this provides an excellent way to see how the things you're learning in class translate to real data.