## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
## ✔ ggplot2 3.3.6     ✔ purrr   0.3.4
## ✔ tibble  3.1.8     ✔ stringr 1.4.0
## ✔ tidyr   1.2.0     ✔ forcats 0.5.1
## ✔ readr   2.1.2     
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag()    masks stats::lag()

Background:

Group A = longer intervention; Group B = shorter intervention; Group C = longer intervention + quiz; Group D = shorter intervention + quiz; Group E = Control

Graphs include variable’s mean per group


Correlation matrix Group A

##              empathy_eric motivation malleability        money         ymca
## empathy_eric    1.0000000 0.38965755    0.2035601  0.265593570  0.297945048
## motivation      0.3896575 1.00000000    0.5759913  0.567540373  0.078467812
## malleability    0.2035601 0.57599126    1.0000000  0.520822355  0.223227256
## money           0.2655936 0.56754037    0.5208224  1.000000000 -0.007825648
## ymca            0.2979450 0.07846781    0.2232273 -0.007825648  1.000000000

Correlation matrix Group B

##              empathy_eric motivation malleability        money        ymca
## empathy_eric  1.000000000  0.5711457   0.51035513  0.002653927  0.27777671
## motivation    0.571145730  1.0000000   0.54178752  0.196253953  0.49196853
## malleability  0.510355131  0.5417875   1.00000000 -0.088977238  0.33051019
## money         0.002653927  0.1962540  -0.08897724  1.000000000 -0.03114386
## ymca          0.277776706  0.4919685   0.33051019 -0.031143862  1.00000000

Correlation matrix Group C

##              empathy_eric motivation malleability        money         ymca
## empathy_eric    1.0000000  0.4811975    0.4021198  0.160410569  0.141499275
## motivation      0.4811975  1.0000000    0.6161962  0.326626649  0.057731900
## malleability    0.4021198  0.6161962    1.0000000  0.396266572  0.079650003
## money           0.1604106  0.3266266    0.3962666  1.000000000 -0.006825433
## ymca            0.1414993  0.0577319    0.0796500 -0.006825433  1.000000000

Correlation matrix Group D

##              empathy_eric motivation malleability     money       ymca
## empathy_eric    1.0000000  0.5610657    0.1963453 0.2179301 -0.1902312
## motivation      0.5610657  1.0000000    0.5319536 0.3580782  0.2079497
## malleability    0.1963453  0.5319536    1.0000000 0.1718155  0.3247944
## money           0.2179301  0.3580782    0.1718155 1.0000000  0.2135541
## ymca           -0.1902312  0.2079497    0.3247944 0.2135541  1.0000000

Correlation matrix Group E

##              empathy_eric motivation malleability       money        ymca
## empathy_eric    1.0000000  0.4910887   0.17677364  0.39109234  0.29734795
## motivation      0.4910887  1.0000000   0.46675922  0.29050627  0.06319360
## malleability    0.1767736  0.4667592   1.00000000 -0.02158544 -0.08365566
## money           0.3910923  0.2905063  -0.02158544  1.00000000  0.21094922
## ymca            0.2973480  0.0631936  -0.08365566  0.21094922  1.00000000