Publications by Jen Richmond
Verification Report: Social facilitation in roaches
Part 1: Summary & Reaction Summary Social psychologists have long studied how the presence of other people can sometimes facilitate our performance and other times be detrimental. In his now famous drive theory, Zajonc (1965) argued that task complexity moderates the direction of the social facilitation/inhibition effect. When executing a simple...
18059 sym R (17934 sym/81 pcs) 14 img 1 tbl
tidy text
Goals This week I needed to work out a fast way of marking question responses that my 2nd year class are submitting. To get credit for completing a task they need to answer 2 questions about it and write 100 words for each response. Unlike word, excel doesnt really have a word count function, so my goal this week was to work out whether the tidyt...
4149 sym R (3220 sym/19 pcs) 1 img
tables
This post is an example of the kind of log that you should post to RPubs each week. The learning log is an opportunity to reflect on what you have learned each week and to think about what the next steps in your coding journey are. It should answer the following questions… What were your coding goals this week? How did you go achieving your go...
3342 sym R (1256 sym/11 pcs) 1 img 3 tbl
how to make a pivot sandwich (and a reprex)
how to get help This week I have been thinking a lot about how to ask for help with R code in a way that makes it easy for people to help you. It is tempting to take a screenshot or make a video of your code not working and share it with people who know more than you do. But without being able to run your code, or to reproduce the environment you...
4054 sym R (1425 sym/5 pcs) 5 img
ggplotly
It is school holidays and I have mostly been taking kids to swim lessons and the beach this week 😄. But I thought it might be useful to show you a interactive visualisation tool called plotly() that Kate and I discovered last week. One of the great things about R is that you can visualise individual trials and/or participants, but when you do ...
1141 sym R (280 sym/3 pcs) 1 img
power
W8LL pwr Jen Richmond 11/04/2021 This week I havent had much time for R stuff either, but my honours students have been writing preregistration documents and doing power analyses. Usually I point students toward the gpower calculator but for some reason my student couldn’t make it work so we ended up trying out the pwr package and it is awesom...
3519 sym R (1963 sym/12 pcs) 4 img
W7LL patchwork
I started learning R because I needed to do a particular kind of statistics that wasn’t easy in SPSS. I had no idea that it would completely change the way I clean and visualise data, and I definitely had no idea it would make many of the admin jobs that I have to do repeatedly SO MUCH EASIER. This week I have been pulling myExperience data tog...
4378 sym R (4523 sym/20 pcs) 7 img 1 tbl
raincloud plots
I saw this tweet this morning and was reminded of how cool raincloud plots are. With all the rain we have had in the last little bit, I thought it would be fun to try making a penguin raincloud plot. That moment when you review a journal submission and you see dynamite plots: rage and joy at the same time! #dataviz #datavisualization #barbarplot...
7296 sym R (7963 sym/22 pcs) 14 img 1 tbl
Date Night slides
class: center, middle, inverse, title-slide # Date Night ## using lubridate to work with dates in R ### Jen Richmond ### 2021-03-26 --- # Useful links Code along...[https://rstudio.cloud/project/1817769](https://rstudio.cloud/project/1817769) Slides...[https://jenrichmond.github.io/slides/lubridate#1](https://jenrichmond.github.io/slides/lub...
11272 sym
MotorBatteryData_2021
coding_tut2021 Jen Richmond 27/02/2021 set up load packages library(googlesheets4) library(janitor) library(tidyverse) library(patchwork) library(ggeasy) library(jmv) read data from google sheets group1 <- read_sheet("https://docs.google.com/spreadsheets/d/1ogQxc3UCprTsAy2FOpNZ49Bls9a36Zn5hFgJcvVbB2k/edit#gid=960922745") group2 <- read_sheet...
655 sym R (13071 sym/47 pcs) 7 img