R/multi_data-data.R

#' 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"

Try the lrd package in your browser

Any scripts or data that you put into this service are public.

lrd documentation built on Dec. 9, 2021, 5:06 p.m.