R/sentence_data-data.R

#' Sentence Recall Data
#'
#' Dataset that includes sentence recall data in long format.
#' Participants were given a sentence to remember, and
#' then asked to recall the words. This dataset
#' is in long format, which is required for these functions.
#'
#' @docType data
#'
#' @usage data(sentence_data)
#'
#' @format A data frame of answers for a sentence recall test data
#'
#' Sub.ID: the participant id
#' Trial.ID: the id for the trial given to participant
#' Sentence: the answer to the trial that the participant
#'  should have given
#' Response: the response the participant gave to that trial
#' Condition: the between subjects condition the participant
#'  was in
#'
#' @keywords datasets
#'
"sentence_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.