Load the "danish" data that is included as part of the languageR
package. Generate some descriptives on the data. These data contain
auditory lexical decision latencies for Danish complex words. You
can read more about this in this paper by Balling & Baayen
(2008). You could also check out this video to learn about lexical
decision tasks, more generally. For your analysis, you are
interested in understanding the reaction times to auditory stimuli
(LogRT). In particular, you want to know how RT is related to word
frequency (LogWordFreq), affix frequency (LogAffixFreq), and sex
(Sex). But, subjects got multiple words and multiple affixes, so
you will need to control for that by including random intercepts in
a mixed model. You also want to test if there are any interaction
effects.
Report the results here in APA format. Be sure to include the đť‘…2
value, the Fixed and Random Effects, and the p-values. What can you
conclude from your results?
Check for linearity, homoscedasticity, and normality of the
residuals. Any issues?
Provide all Rstudio code
Load the "danish" data that is included as part of the languageR package. Generate some descriptives on the data. These
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am