Nothing
#' Free Recall Data in Wide Format with Multiple Lists
#'
#' Dataset that includes free recall data in long format.
#' Participants were given a list of words to remember, and
#' then asked to recall the words. This dataset
#' is in wide format, which should be converted with arrange
#' data.
#'
#' @docType data
#'
#' @usage data(multi_data)
#'
#' @format A data frame of answers for a free recall test data
#'
#' Sub.ID: the participant id
#' List.Type: the type of list a person saw
#' Response: the response the participant gave to the cue
#' List.Number: the number of the list they completed
#'
#' @keywords datasets
#'
"multi_data"
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.