https://github.com/cran/mirtCAT
Raw File
Tip revision: 4d529fe92e732b9c0e8b85bbc2222f2cbad0320d authored by Phil Chalmers on 12 July 2024, 19:50:05 UTC
version 1.14
Tip revision: 4d529fe
getPerson.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/getPerson.R
\name{getPerson}
\alias{getPerson}
\title{Retrieve person object after running createShinyGUI}
\usage{
getPerson()
}
\description{
This function returns a suitable person object identical to the result returned by \code{\link{mirtCAT}},
and is only required when the GUI is launched by the \code{\link{createShinyGUI}} method.
}
\examples{
\dontrun{

mirtCAT_preamble(df=df)
runApp(createShinyGUI(), port = 8000)

person <- getPerson()
summary(person)
} 
}
\references{
Chalmers, R., P. (2012). mirt: A Multidimensional Item Response Theory
Package for the R Environment. \emph{Journal of Statistical Software, 48}(6), 1-29.
\doi{10.18637/jss.v048.i06}

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{createShinyGUI}}
}
\author{
Phil Chalmers \email{rphilip.chalmers@gmail.com}
}
back to top