Nothing
#' Cued Recall Data from Manuscript
#'
#' Dataset that includes cued recall data in long format.
#' Participants were given a cue, and they were required to
#' remember the response listed in the dataset. This dataset
#' is in long format, which is required for most functions.
#'
#' @docType data
#'
#' @usage data(cued_data)
#'
#' @format A data frame of answers for a cued recall test data
#'
#' Sub.ID: the participant id
#' Trial_num: the trial id
#' Cue: the cue shown to participants
#' Target: the answer for this trial id
#' Answer: the participant answer for this trial
#'
#' @keywords datasets
#'
"cued_recall_manuscript"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.