Compute false alarm rates and memory accuracy corrected for false alarm rates

Do memorable stimuli free up resources for encoding other things?

For the top 10% of memorable words, children’s memory performance for details is similar to that of adults

df[mem_acc==1 & fam_rem_ec == 1, .(sum_mem = mean(sum_mem)), by = .(Sub, Age_cat, top10)]%>%
  ggplot(aes(Age_cat, sum_mem, color = as.factor(top10))) + 
  stat_summary()+
  ggtheme + 
  labs(x = "Age", y = "No. of details recalled", col = "Top 10% memorable words\n vs other words", title = "No age differences in associative memory \n  when focusing on most memorable words") + 
  scale_color_manual(breaks = c(-1, 1), labels = c("bottom 90% memorable", "top 10% memorable words"), values = c("orchid4", "seagreen4"))
## No summary function supplied, defaulting to `mean_se()`

Do memorable words impact close by words?

Are kids performance up to adults for top 50% of memorable words?