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.1: Semantic priming
Code
# Run plot through source() rather than directly in this R Markdown document
# to preserve the italicised text.
source('semanticpriming/frequentist_analysis/semanticpriming-interactions-with-attentional-control.R',
local = TRUE)
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticpriming/frequentist_analysis/plots/semanticpriming-interactions-with-attentional-control.pdf'
))
Code
# Run plot through source() rather than directly in this R Markdown document
# to preserve the italicised text.
source('semanticpriming/frequentist_analysis/semanticpriming-interactions-with-word-concreteness-difference.R',
local = TRUE)
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticpriming/frequentist_analysis/plots/semanticpriming-interaction-word-concreteness-difference-SOA.pdf'
))
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticpriming/frequentist_analysis/plots/semanticpriming-interaction-word-concreteness-difference-vocabulary-size.pdf'
))
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticpriming/frequentist_analysis/plots/semanticpriming-interaction-word-concreteness-difference-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.