Question
Using this feedback from course Quantitative methods First thing to mention, there's a couple of typos (1m instead of lm and - instead of ~).
Using this feedback from course "Quantitative methods" First thing to mention, there's a couple of typos (1m instead of lm and - instead of ~). I think you should be including the interaction between frequency and word length. And I think you should have some random effects: intercepts for both word and participant for sure. You could include random by-participant slopes for frequency and word_length as well -- probably it makes sense to do so since it's reasonable to expect those effects to vary by person, you can use (1+freq+word_length|participant) Please make changes to this line of code: model <- 1m(RT - freq + word_length, data= your_data_frame)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started