Department of Psychology, Lancaster University
2024-03-12
Tip
Ask me anything:
Figure 1: Histograms showing the distribution of mean accuracy scores in 11 studies
We are working together to develop concepts:
We are working together to develop skills:
Science (including psychological science) has undergone a rolling series of crises:
Nosek et al. (2022): replication outcomes for three systematic replication studies
Figure 2: Scatterplots showing the association between mean accuracy and self-rated accuracy of understanding, of health information, in 11 studies
Psychological and social processes show much more variability than the usual phenomena in the physical sciences (a. Gelman, 2015)
Tip
Different researchers: different choices (Silberzahn & Uhlmann, 2015)
Silberzahn and Uhlmann (2015): Twenty-nine research teams reached a wide variety of conclusions using different methods on the same data set to answer the same question.
Gilmore et al. (2017; following Goodman et al., 2016) present three kinds of reproducibility:
If researchers repeat a study (results reproducibility) or re-analyze original data (methods reproducibility) then they should come to similar conclusions as original authors
But …
Note
(1.) experience HLVA, SHIPLEY
and (2.) reasoning ability (FACTOR3
, reading strategy) (Freed et al., 2017)
Figure 5: Scatterplots showing the potential association between accuracy of comprehension and variation on each of a series of potential predictor variables.
There are three levels of uncertainty when we look at sample data (McElreath, 2020) – uncertainty over:
Tip
Practice critical evaluation:
Figure 6: Dotplots showing the gender, education and ethnicity of participants across 11 studies
Figure 7: Grid of histograms showing the distribution of mean accuracy scores in each of 11 studies
Figure 8: Grid of histograms showing the distribution of participant ages in each of 11 studies
Figure 9: Grid of histograms showing the distribution of health literacy (HLVA) scores in each of 11 studies
Figure 10: Grid of histograms showing the distribution of vocabulary (Shipley) scores in each of 11 studies
Figure 11: Grid of histograms showing the distribution of reading strategy (FACTOR3) scores in each of 11 studies
Figure 12: Association between mean accuracy and health literacy
Figure 13: Association between mean accuracy and mean self-rated accuracy
Note
Figure 14: Varying estimated association between mean accuracy and health literacy
Figure 15: Varying association between mean accuracy and mean self-rated accuracy
Important
Results reproducibility means that a new study with new data, collected following the original procedures as closely as possible, yields the same outcomes Gilmore et al. (2017)
Tip
What is your view?
Tip
Will we see the same or different patterns?
Gilmore et al. (2017; following Goodman et al., 2016) present three kinds of reproducibility:
Hardwicke et al. (2021): Frequency of reproducibility outcomes by value type.
Nosek et al. (2022): Yearly counts of users, sharing of files (research data, materials, code), and registration of studies on OSF and AsPredicted.
It is great that data are shared but analyses show they are not always readily usable (Towse et al., 2021) but should be
Tip
#
# comment
after each step to briefly explain to yourself and others what is going onR is:
We use:
lm()
in the same way we use verbs to describe doing things(mean.acc ~ HLVA)
in the same way we use nouns to identify who does what to whomLike every language, we can often say the same thing using different words or accents
R has four different ways to draw plots: base, {lattice}, {grid}, {ggplot2}
Above all, R is free:
Tip
Every problem you ever have:
… Examples ggplot(diamonds, aes(carat)) + geom_histogram() …
Tip
Start with the examples
This code won’t work
Error in `f()`:
! stat_bin() can only have an x or y aesthetic.
Backtrace:
Tip
Just google it:
google
gets you a list of web pagesstat_bin() can only have an x or y aesthetic.
Stack Overflow
lists question and answer discussions
Stack Overflow
pages identify:We can find many excellent free online books like:
Screenshot of front page of ggplot gallery
Tip
Tip
blog/Stack Overflow discussion/TikTok
where they explain the solution