diff --git a/R/examscores.R b/R/examscores.R
index 15c3c835163cca1d26755d07827f9f8e56c863e9..180e7f03a2d51d12522f34190718a96fa3bd9371 100644
--- a/R/examscores.R
+++ b/R/examscores.R
@@ -1,8 +1,8 @@
 
-#' This data set includes scores from three test scores of students at a (fictional) public school and a variety of personal and socio-economic factors that may have interaction effects upon them. 
+#' This data set includes scores from three tests of students at a (fictional) public school and a variety of personal and socio-economic factors that may have interaction effects upon them. 
 #'
 #'
-#' @format A dat aframe, 30641 observations, 15 variables
+#' @format A dataframe, 29069 observations, 15 variables
 #' \describe{
 #' \item{\code{Gender}}{Gender of a student (string)}
 #' \item{\code{EthnicGroup}}{Origin of a student (string)}
diff --git a/man/examscores.Rd b/man/examscores.Rd
index a69105beb281c4b78cde6ab1378e6701bac976b7..b73e92a14ecb013a871993431b6caa842f7cc790 100644
--- a/man/examscores.Rd
+++ b/man/examscores.Rd
@@ -3,9 +3,9 @@
 \docType{data}
 \name{examscores}
 \alias{examscores}
-\title{This data set includes scores from three test scores of students at a (fictional) public school and a variety of personal and socio-economic factors that may have interaction effects upon them.}
+\title{This data set includes scores from three tests of students at a (fictional) public school and a variety of personal and socio-economic factors that may have interaction effects upon them.}
 \format{
-A dat aframe, 30641 observations, 15 variables
+A dataframe, 29069 observations, 15 variables
 \describe{
 \item{\code{Gender}}{Gender of a student (string)}
 \item{\code{EthnicGroup}}{Origin of a student (string)}
@@ -27,6 +27,6 @@ A dat aframe, 30641 observations, 15 variables
 examscores
 }
 \description{
-This data set includes scores from three test scores of students at a (fictional) public school and a variety of personal and socio-economic factors that may have interaction effects upon them.
+This data set includes scores from three tests of students at a (fictional) public school and a variety of personal and socio-economic factors that may have interaction effects upon them.
 }
 \keyword{datasets}