Skip to content

Commit 1840fb0

Browse files
authored
Update assignment_dataVis.qmd w26
1 parent 5e9e7ba commit 1840fb0

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

assignment_dataVis.qmd

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PNB 3EE3; Fink
22

3-
# Data Visualisation Assignment
3+
# Data Visualisation Exercise
44
While learning how to code experiments and collect data is a huge part of studying human perception, another massively important aspect is learning how to think about data, visualise it, summarize it, and talk about it.
55

6-
In this assignment, you should use the programming language of your choice (e.g., R, Python, etc.) to do the following:
6+
In this exercise, you should use the programming language of your choice (e.g., R, Python, etc.) to do the following:
77

88
1. Create a new notebook, in which you will conduct all of your analyses. Name your file `dataVisualisation_analyses.[file ext here]`
99
2. Load in the [`assignments_dataVis_dataset.csv`](resources/assignment_dataVis_dataset.csv) file.
@@ -28,18 +28,6 @@ In this assignment, you should use the programming language of your choice (e.g.
2828
2929
7. Be sure to push your changes to GitHub.
3030

31-
## Assessment
32-
This assignment is worth 10% of your grade. The breakdown of grading for this assignment is as follows:
33-
34-
- Content (the statistics and visualizations make sense for the dataset): 30%
35-
36-
- Documentation (code has been appropriately commented so that others can understand): 30%
37-
38-
- Reflection (clear evidence of critical thinking and meaningful reflection): 40%
39-
40-
41-
42-
**IMPORTANT:** Generative AI (e.g., chatGPT) should not be used to complete this assignment.
4331

4432

4533
## Tips & Tricks

0 commit comments

Comments
 (0)