R/cued_data_groupby-data.R

#' Cued Recall Data with Multiple Conditions
#'
#' 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_groupby)
#'
#' @format A data frame of answers for a cued recall test data
#'
#' Subject: the participant id
#' Target: the answer for this trial id
#' Response: the response the participant gave to the cue
#' Condition: the between subjects group the participants
#'  were in
#' Condition2: the second between subjects group the
#'  participants were in
#'
#' @keywords datasets
#'
"cued_data_groupby"

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.