Skip to content

Commit e2aac80

Browse files
committed
final exam fixes
1 parent ae3b3e6 commit e2aac80

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

Exam/final_report.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PSY-3006 - Indepdendent study: Visualization in R with ggplots2
22

3-
Candidate number: 22
3+
Candidate number: 21
44

55
The repository is available at
66
https://github.com/a-asen/PSY-3006-Visualization (as part of the course
@@ -93,7 +93,9 @@ in adopting circle plots for season-based data visualization. To delve
9393
deeper into the efficacy of circle plots, the focus shifts to
9494
visualizing the sleep times of participants in a sleep experiment.
9595

96-
The report for exercise 1 can be found [here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex1/report/Circle%20plot%20-%20seasonal%20sleep.md). Final figure can be seen below:
96+
The report for exercise 1 can be found
97+
[here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex1/report/Circle%20plot%20-%20seasonal%20sleep.md).
98+
Final figure is displayed below:
9799

98100
![](final_report_files/figure-commonmark/unnamed-chunk-2-1.png)
99101

@@ -123,7 +125,9 @@ significant differences between conditions. This simplification enhances
123125
the interpretability of results and underscores the rationale for
124126
focusing on sleep times rather than wake times.
125127

126-
The report for exercise 2 can be found [here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex2/report/Circle%20plot%20-%20sleep%20times.md). Final figure can be seen below:
128+
The report for exercise 2 can be found
129+
[here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex2/report/Circle%20plot%20-%20sleep%20times.md).
130+
Final figure is displayed below:
127131

128132
![](final_report_files/figure-commonmark/unnamed-chunk-4-1.png)
129133

@@ -172,7 +176,9 @@ crystal clear, the joint distribution visualization indicates a
172176
suggestive pattern in the expected direction, reinforcing the connection
173177
between AE and BV.
174178

175-
The report for exercise 3 can be found [here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex3/report/Multivariate%20visualization%20ex3.md). Final figure can be seen below:
179+
The report for exercise 3 can be found
180+
[here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex3/report/Multivariate%20visualization%20ex3.md).
181+
Final figure is displayed below:
176182

177183
![](final_report_files/figure-commonmark/unnamed-chunk-6-1.png)
178184

@@ -212,6 +218,8 @@ aligning with what we might have expected. Subsequently, I delved into
212218
the relationship of other variables, such as BV and MB. However, none of
213219
these yielded particular different distributions.
214220

215-
The report for exercise 4 can be found [here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex4/report/Multivariate%20visualization%20ex4.md). Final figure can be seen below:
221+
The report for exercise 4 can be found
222+
[here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex4/report/Multivariate%20visualization%20ex4.md).
223+
Final figure is displayed below:
216224

217225
![](final_report_files/figure-commonmark/start%20plot-1.png)

Exam/final_report.pdf

745 Bytes
Binary file not shown.

Exam/final_report.qmd

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ editor:
88
# Approximately 1600 words
99
---
1010

11-
Candidate number: 22
11+
Candidate number: 21
1212

1313
The repository is available at https://github.com/a-asen/PSY-3006-Visualization (as part of the course requirement). The code related to the exam will be published as a "release" using the tag "exam". The exam is around 11100 words, which corresponds to about 25 pages of text.
1414

@@ -42,7 +42,8 @@ Circular visualization deviates from the conventional rectangular depiction of d
4242

4343
The initial part centres on circular visualization of simulated seasonal sleep data. This dataset represents the sleep patterns of an imaginary participant, showcasing longer sleep durations during winter and shorter durations in summer, with considerable variability throughout the year. The exercise aims to uncover effective methods for visualizing this intricate sleep data. Upon exploration, visualizing every data point throughout the year proves challenging, introducing difficulties in associating each data point with a specific day. To enhance interpretability, the data is aggregated weekly, and an error bar is introduced, resulting in a more coherent visualization. While circular visualization offers aesthetically pleasing figures, the compromise on accurate data representation raises considerations. Comparatively, a conventional rectangular plot provides a comprehensive overview of sleep distribution throughout the year, making it easier to discern changes in sleep patterns over time. Although this format may be less intuitive for capturing seasonal relationships, it highlights the trade-offs inherent in adopting circle plots for season-based data visualization. To delve deeper into the efficacy of circle plots, the focus shifts to visualizing the sleep times of participants in a sleep experiment.
4444

45-
[Exercise 1 report]().
45+
The report for exercise 1 can be found [here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex1/report/Circle%20plot%20-%20seasonal%20sleep.md). Final figure is displayed below:
46+
4647
```{r}
4748
#| include: false
4849
library(tidyverse)
@@ -117,7 +118,8 @@ In the second exercise, the focus shifts to visualizing sleep times under two di
117118

118119
The exploration extended to considering a 24-hour clock for visualization, ultimately opting for a split by 12 hours, from 18 to 6. This choice aligned with the relevant time window and provided meaningful correspondence to a 12-hour clock (with 24 positioned at the top). Although alternative suggestions, such as an am/pm split and the inclusion of wake time, were considered, they presented trade-offs. An investigation into a 24-hour clock, including wake times, offered fewer details in sleep times. Importantly, the key informative factors remained sleep time and sleep length, as wake times did not exhibit significant differences between conditions. This simplification enhances the interpretability of results and underscores the rationale for focusing on sleep times rather than wake times.
119120

120-
[Exercise 2 report]().
121+
The report for exercise 2 can be found [here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex2/report/Circle%20plot%20-%20sleep%20times.md). Final figure is displayed below:
122+
121123
```{r}
122124
#| include: false
123125
@@ -186,7 +188,8 @@ In this exercise, I explored the joint distribution of AE and BV, aiming to unco
186188

187189
Despite the expectation, any clear pattern was difficult to dicern. However, a slight trend emerged: higher values of BV tended to align with lower values of AE, and vice versa. While the relationship is not crystal clear, the joint distribution visualization indicates a suggestive pattern in the expected direction, reinforcing the connection between AE and BV.
188190

189-
[Exercise 3 report]().
191+
The report for exercise 3 can be found [here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex3/report/Multivariate%20visualization%20ex3.md). Final figure is displayed below:
192+
190193
```{r}
191194
#| include: false
192195
@@ -239,8 +242,8 @@ For the final visualization (ex4), I delved into exploring the distribution of A
239242

240243
Despite initial expectations, the AE figures did not distinctly indicate an increase during on-task reports (3-4). For this reason, I quickly visualized measures of flowers from the "iris" dataset found in base R. This comparison clearly indicates differences in the distributions, aligning with what we might have expected. Subsequently, I delved into the relationship of other variables, such as BV and MB. However, none of these yielded particular different distributions.
241244

245+
The report for exercise 4 can be found [here](https://github.com/a-asen/PSY-3006-Visualization/blob/main/ex4/report/Multivariate%20visualization%20ex4.md). Final figure is displayed below:
242246

243-
[Exercise 4 report]().
244247
```{r}
245248
#| include: false
246249
#| fig-dpi: 400

0 commit comments

Comments
 (0)