Study 2.3: Lexical decision

Code

# Run plot through source() rather than directly in this R Markdown document 
# to preserve the italicised text.

source('lexicaldecision/frequentist_analysis/lexicaldecision-interactions-with-word-concreteness.R', 
       local = TRUE)

include_graphics(
  paste0(
    getwd(),  # Circumvent illegal characters in file path
    '/lexicaldecision/frequentist_analysis/plots/lexicaldecision-interaction-word-concreteness-vocabulary-age.pdf'
  ))

Figure 65: Interaction between word concreteness and vocabulary age. Vocabulary age is constrained to sextiles (6 sections) in this plot, whereas in the statistical analysis it contained more values within the current range. n = number of participants contained between sextiles.

Code

include_graphics(
  paste0(
    getwd(),  # Circumvent illegal characters in file path
    '/lexicaldecision/frequentist_analysis/plots/lexicaldecision-interaction-word-concreteness-gender.pdf'
  ))

Figure 66: Interaction between word concreteness and gender. Gender was analysed using z-scores, but for clarity, the basic labels are used in the legend. n = number of participants contained between sextiles.




Pablo Bernabeu, 2022. Licence: CC BY 4.0.
Thesis: https://doi.org/10.17635/lancaster/thesis/1795.

Online book created using the R package bookdown.