This online book is a reprint of:
Bernabeu, P. (2022). Language and sensorimotor simulation in conceptual processing: Multilevel analysis and statistical power. Lancaster University. https://doi.org/10.17635/lancaster/thesis/1795
Materials: https://osf.io/vyb8k
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'
))
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/lexicaldecision/frequentist_analysis/plots/lexicaldecision-interaction-word-concreteness-gender.pdf'
))
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.
Thesis: https://doi.org/10.17635/lancaster/thesis/1795.
Online book created using the R package bookdown.