Publications by Jade Gurtala

Learning Log 1

06.06.2021

Coding goals Since this is the first week of my coding journey, my main goals this week were to: - watch all RMarkdown videos - understand and be able to rudimentally use RMarkdown Challenges and/or successes Successes I managed to complete all the RMarkdown videos that were uploaded I was able to understand and follow the videos (although I d...

1277 sym 2 img

Learning Log 2

12.06.2021

This week’s coding goals Working through Week 2’s Data Visualisation videos Become more coding-literate / coding-savvy Go through the exercises included in Danielle’s videos to help with Goal 2 The Dataset I was planning to use a new dataset to explore with in R, but after struggling to follow along with the videos, I decided to just use...

1881 sym R (604 sym/4 pcs) 4 img

draft1

05.08.2021

Part 1: Summary & Reaction Summary Humiston and Wamsley (2019) aims to replicate Hu et al.'s 2015 study who found that implicit racial and gender biases could be reduced or even unlearned during sleep by using a procedure called targeted memory reactivation (TMR). This procedure aims to boost memory retention by increasing consolidation during s...

26330 sym R (31313 sym/87 pcs) 4 img 10 tbl

Learning log 7

17.07.2021

This week's coding goals As mentioned in my previous learning log, my group have finished reproducing all tables and figures. For this week, my group mainly focused on putting together our presentation. Personally, I focused on reproducing Figure 5 values and graph. How did I go? / Challenges and successes Preliminaries Load relevant packages ...

7613 sym R (5861 sym/24 pcs) 9 img

Table 2 attempt

30.06.2021

Table 2. Race and gender implicit bias levels Attempting to recreate Table 2 for means and SDs (excluding t-values, and p-values): Table 2 data: calculating every variable separately and manually Load relevant packages library(tidyverse) ## ── Attaching packages ──────────────────────────�...

1026 sym R (12420 sym/58 pcs) 1 img 2 tbl

Table 3

29.06.2021

Table 3. Implicit bias levels by condition Attempting to recreate Table 3: Load packages library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.4 ✓ purrr 0.3.4 ## ✓ tibble 3.1.2 ...

390 sym R (4296 sym/28 pcs) 1 img 1 tbl

Learning Log 4

27.06.2021

This week's coding goals Import data into RStudio Reproduce demographic statistics as shown in the report's Table 1 (Participant Characteristics) Create and reproduce Table 1 How did I go? We had a group meeting this week where we aimed to import our data into RStudio and get started on reproducing the demographic statistics. Goal 1: Import d...

3429 sym R (5027 sym/28 pcs) 2 img

Descriptive table attempt

24.06.2021

Get the SPSS data into RStudio Load the relevant packages: library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.4 ✓ purrr 0.3.4 ## ✓ tibble 3.1.2 ✓ dplyr 1.0.7 ## ✓ tidyr ...

867 sym R (5589 sym/46 pcs) 1 tbl

Learning Log 3

19.06.2021

This week's coding goals Download RStudio onto my laptop Download the relevant packages Work through as many Week 3 videos and exercises as possible Because this week was divided into 2 parts, I wanted to at least finish the Hello Data section and take it slow with the Data Wrangling section and just make sure I can understand everything How...

3026 sym R (5336 sym/21 pcs) 2 img

Table 4 attempt

30.06.2021

Table 4. Sound cue reporting Attempting to recreate Table 4: Load packages library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.4 ✓ purrr 0.3.4 ## ✓ tibble 3.1.2 ✓ dplyr 1....

591 sym R (12468 sym/106 pcs) 1 img 5 tbl