This application enables exploratory factor analysis, confirmatory factor analysis, classical measurement theory analysis, unidimensional item response theory, multidimensional item response theory, and continuous item response model analysis, through the shiny interactive interface. It also facilitates the visualization of the results. Users can easily download the analysis results from the interactive interface. Additionally, users can download a concise report about items and test quality on the interactive interface.
If you want to use this application to analysis data, you should install TestAnaAPP package in R.
# install packages
install.packages("devtools")
devtools::install_github("jiangyouxiang/TestAnaAPP")
library(TestAnaAPP)
TestAnaAPP::run_app() #run this application in R
The application has the following functionalities:
Figure 1. The framework of functionality of TestAnaAPP
The home page of the application is shown below:
Figure 2. The homepage of TestAnaAPP
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.