Learn R Programming

TestAnaAPP

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.

Installation

# install packages
install.packages("devtools")
devtools::install_github("jiangyouxiang/TestAnaAPP") 
library(TestAnaAPP)
TestAnaAPP::run_app() #run this application in R

Functionality

The application has the following functionalities:

Home Page

The home page of the application is shown below:

Copy Link

Version

Install

install.packages('TestAnaAPP')

Monthly Downloads

590

Version

1.1.1

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Youxiang Jiang

Last Published

September 10th, 2024

Functions in TestAnaAPP (1.1.1)

run_app

By using run_app() function in 'TestAnaAPP' package without any arguments, you can perform your test analysis in a friendly interactive interface.