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