#'Two Independent Groups - Pen vs Laptop Study 1
#'
#'An example of data for the two independent groups design used in Chapters 2
#'and 7 of the book \emph{Introduction to the New Statistics}.
#'
#'Mueller and Oppenheimer (2014) studied whether students learned more after
#'taking notes by hand rather than using a computer. They conducted a study in
#'which students were randomly assigned to take notes using a pen or by typing
#'on a laptop. The study found that students learned more after taking notes in
#'longhand than after typing notes. The researchers wondered whether writing
#'encouraged expression of concepts in the students' own words, whereas typing
#'encouraged relatively mindless transcription that led to relatively poor
#'learning. To investigate, the researchers devised a transcription score, the
#'percentage of notes that was verbatim transcription from the lecture.
#'
#'@format A data frame with 65 rows and 2 variables:
#'\describe{
#' \item{group}{Independent variable: \emph{Laptop} or \emph{Pen}}
#' \item{transcription}{Dependent variable: Transcription score}
#'}
#'
#'@source Mueller, P. A., & Oppenheimer, D. M. (2014). The pen is
#' mightier than the keyboard: Advantages of longhand over laptop note taking.
#' \emph{Psychological Science, 25}, 1159-1168. \url{http://doi.org/10.1177/0956797614524581}
#'
#'@references Cumming, G., & Calin-Jageman, R. (2017).
#' \emph{Introduction to the New Statistics}. New York; Routledge.
#'
#'@seealso \code{\link{pen_laptop2}}
"pen_laptop1"
#'Two Independent Groups - Pen vs Laptop Study 2
#'
#'An example of data for the two independent groups design used in Chapter 7 of
#'the book \emph{Introduction to the New Statistics}.
#'
#'This data is for a second study from Mueller and Oppenheimer (2014). See
#'\code{\link{pen_laptop1}} for details.
#'@format A data frame with 151 rows and 2 variables:
#'\describe{
#' \item{group}{Independent variable: \emph{Laptop} or \emph{Pen}}
#' \item{transcription}{Dependent variable: Transcription score}
#'}
#'
#'@source Mueller, P. A., & Oppenheimer, D. M. (2014). The pen is
#' mightier than the keyboard: Advantages of longhand over laptop note taking.
#' \emph{Psychological Science, 25}, 1159-1168. \url{http://doi.org/10.1177/0956797614524581}
#'
#'@references Cumming, G., & Calin-Jageman, R. (2017).
#' \emph{Introduction to the New Statistics}. New York; Routledge.
#'
#'@seealso \code{\link{pen_laptop1}}
"pen_laptop2"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.