diff --git a/DESCRIPTION b/DESCRIPTION index fff3756..b94d60f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mirtCAT -Version: 0.9 -Date: 2016-06-24 +Version: 1.0 +Date: 2016-07-26 Type: Package Title: Computerized Adaptive Testing with Multidimensional Item Response Theory Authors@R: c( person("Phil", family="Chalmers", email = diff --git a/R/createShinyGUI.R b/R/createShinyGUI.R index e1ebe56..54f0895 100644 --- a/R/createShinyGUI.R +++ b/R/createShinyGUI.R @@ -14,6 +14,12 @@ #' #' @seealso \code{\link{mirtCAT}}, \code{\link{mirtCAT_preamble}}, \code{\link{getPerson}} #' +#' @references +#' +#' Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for +#' Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5), +#' 1-39. doi:10.18637/jss.v071.i05 +#' #' @examples #' \dontrun{ #' diff --git a/R/mirtCAT-package.R b/R/mirtCAT-package.R index 3f55a0b..0a181dc 100644 --- a/R/mirtCAT-package.R +++ b/R/mirtCAT-package.R @@ -12,6 +12,12 @@ #' Github can be found at \url{https://github.com/philchalmers/mirt}). #' Questions regarding the package can be sent to the mirt-package Google Group, located at #' \url{https://groups.google.com/forum/#!forum/mirt-package}. +#' +#' @references +#' +#' Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for +#' Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5), +#' 1-39. doi:10.18637/jss.v071.i05 #' #' @name mirtCAT-package #' @docType package diff --git a/R/mirtCAT.R b/R/mirtCAT.R index e22b7bb..fb9ca14 100644 --- a/R/mirtCAT.R +++ b/R/mirtCAT.R @@ -409,6 +409,12 @@ #' #' } #' +#' @references +#' +#' Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for +#' Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5), +#' 1-39. doi:10.18637/jss.v071.i05 +#' #' @keywords CAT, MCAT, computerized adaptive testing #' #' @examples diff --git a/R/mirtCAT_preamble.R b/R/mirtCAT_preamble.R index 635c0c7..ff966f1 100644 --- a/R/mirtCAT_preamble.R +++ b/R/mirtCAT_preamble.R @@ -19,6 +19,12 @@ #' #' @seealso \code{\link{mirtCAT}}, \code{\link{createShinyGUI}}, \code{\link{getPerson}} #' +#' @references +#' +#' Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for +#' Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5), +#' 1-39. doi:10.18637/jss.v071.i05 +#' #' @examples #' \dontrun{ #' diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..83af652 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,20 @@ +bibentry(bibtype = "Article", + title = "Generating Adaptive and Non-Adaptive Test Interfaces for Multidimensional Item Response Theory Applications", + author = person(given = c("R.", "Philip"), + family = "Chalmers", + email = "rphilip.chalmers@gmail.com"), + journal = "Journal of Statistical Software", + year = "2016", + volume = "71", + number = "5", + pages = "1--39", + doi = "10.18637/jss.v071.i05", + + header = "To cite mirtCAT in publications use:", + textVersion = + paste("R. Philip Chalmers (2016).", + "Generating Adaptive and Non-Adaptive Test Interfaces for Multidimensional Item Response Theory Applications.", + "Journal of Statistical Software, 71(5), 1-39.", + "doi:10.18637/jss.v071.i05") +) + diff --git a/man/createShinyGUI.Rd b/man/createShinyGUI.Rd index 47ea97d..388ea4e 100644 --- a/man/createShinyGUI.Rd +++ b/man/createShinyGUI.Rd @@ -30,6 +30,11 @@ summary(person) \author{ Phil Chalmers \email{rphilip.chalmers@gmail.com} } +\references{ +Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for +Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5), +1-39. doi:10.18637/jss.v071.i05 +} \seealso{ \code{\link{mirtCAT}}, \code{\link{mirtCAT_preamble}}, \code{\link{getPerson}} } diff --git a/man/mirtCAT-package.Rd b/man/mirtCAT-package.Rd index bd764fc..e88d7e8 100644 --- a/man/mirtCAT-package.Rd +++ b/man/mirtCAT-package.Rd @@ -24,5 +24,10 @@ Questions regarding the package can be sent to the mirt-package Google Group, lo \author{ Phil Chalmers \email{rphilip.chalmers@gmail.com} } +\references{ +Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for +Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5), +1-39. doi:10.18637/jss.v071.i05 +} \keyword{package} diff --git a/man/mirtCAT.Rd b/man/mirtCAT.Rd index 3e98a43..5650ee2 100644 --- a/man/mirtCAT.Rd +++ b/man/mirtCAT.Rd @@ -544,6 +544,11 @@ print(res) \author{ Phil Chalmers \email{rphilip.chalmers@gmail.com} } +\references{ +Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for +Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5), +1-39. doi:10.18637/jss.v071.i05 +} \seealso{ \code{\link{generate_pattern}}, \code{\link{generate.mirt_object}} } diff --git a/man/mirtCAT_preamble.Rd b/man/mirtCAT_preamble.Rd index 1c13b72..3ee9179 100644 --- a/man/mirtCAT_preamble.Rd +++ b/man/mirtCAT_preamble.Rd @@ -31,6 +31,11 @@ mirtCAT_preamble(df = df) \author{ Phil Chalmers \email{rphilip.chalmers@gmail.com} } +\references{ +Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for +Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5), +1-39. doi:10.18637/jss.v071.i05 +} \seealso{ \code{\link{mirtCAT}}, \code{\link{createShinyGUI}}, \code{\link{getPerson}} }