Posts

Exploring ADHD 200 Dataset

Summary Source The ADHD-200 Sample is a grassroots initiative, dedicated to accelerating the scientific community’s understanding of …

Global Mortality Rates

Global Mortality Rates The following dataset is from the Tidy Tuesday …

Oceanographic Wave Measuring

This is a simple graphical display of a dataset with wave data from Queensland Australia. library(tidyverse) library(lubridate) …

Emotional Impact on Memory Part 2

This is the second part of the expriment on Pattern Separation. This processes the participants hits and misses into the induced …

PCA on US Nutrition

A quick walk through of running a PCA on US nutrition and the use of a couple of different packages in R, to display information …

Emotional Impact of Memory Part One

Processing an image database for use in a experiment to induce an emotional state in particpants. Research Protocol library(tidyverse) …

Global Suicides 1995 to 2015

R Markdown Import dataset suicide_raw <- read_csv("data/master.csv") suicide_df <- suicide_raw %>% select(country , …

OSL Workshop Solomons Paradox

Does reasoning about personal problems improve with psychological distance? STUDY DESCRIPTION Solomon’s paradox describes the tendency …

Display Jupyter Notebooks with Academic

Learn how to blog in Academic using Jupyter notebooks

Academic: the website builder for Hugo

Create a beautifully simple website in under 10 minutes.