# NOT RUN {
#This data contains cued recall test with responses and answers together.
#You can use a separate answer key, but this example will show you an
#embedded answer key. This example also shows how you can use different
#stimuli across participants (i.e., each person sees a randomly selected
#set of trials from a larger set).
data(cued_data)
scored_output <- prop_correct_cued(data = cued_data,
responses = "response",
key = "key",
key.trial = "trial",
id = "id",
id.trial = "trial",
cutoff = 1,
flag = TRUE,
group.by = "condition")
head(scored_output$DF_Scored)
head(scored_output$DF_Participant)
head(scored_output$DF_Group)
# }
Run the code above in your browser using DataLab