Skip to content

Commit

Permalink
fix: document data set maraver
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-titz committed Dec 5, 2024
1 parent 6e36ba9 commit 84ef53a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,26 @@
#'
#' @usage data(haans_within1by4)
"haans_within1by4"


#' Data from Maraver et al. (2021)
#'
#' The dataset originates from a between-subjects experiment with N = 120
#' participants. The experiment aimed to examine whether instructions to imagine
#' the study material could reduce false memories. Full dataset and analysis
#' scripts are available at:
#' \url{https://osf.io/v8apj/?view_only=9969d17536f54053a72be19c050c4767}.
#'
#' @format a data frame with 120 rows and 3 variables:
#' \describe{
#' \item{id}{subject id}
#' \item{condition}{experimental condition (imagine, memorize, pay_attention)}
#' \item{prop_recalled}{dependent variable}
#' }
#' @source Maraver, M. J., Lapa, A., Garcia-Marques, L., Carneiro, P., & Raposo,
#' A. (2021). Imagination Reduces False Memories for Everyday Action
#' Sentences: Evidence From Pragmatic Inferences. Frontiers in Psychology, 12.
#' \doi{10.3389/fpsyg.2021.668899}
#'
#' @usage data(maraver)
"maraver"
31 changes: 31 additions & 0 deletions man/maraver.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84ef53a

Please sign in to comment.