Package 'TestAnaAPP'

Title: A 'shiny' App for Test Analysis and Visualization
Description: This application provides exploratory and confirmatory factor analysis, classical test theory, unidimensional and multidimensional item response theory, and continuous item response model analysis, through the 'shiny' interactive interface. In addition, it offers rich functionalities for visualizing and downloading results. Users can download figures, tables, and analysis reports via the interactive interface.
Authors: Youxiang Jiang [cre, aut, ths] (0000-0003-4557-5038), Qing Zeng [aut, ths], Hongbo Wen [aut, ths] (0000-0001-8620-9734)
Maintainer: Youxiang Jiang <[email protected]>
License: GPL (>= 3)
Version: 1.1.2
Built: 2024-12-11 06:46:42 UTC
Source: CRAN

Help Index


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

Description

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

Usage

run_app()

Value

No explicit return value. The function is called for its side effects, which include running the interactive application.

Examples

if(interactive()){
TestAnaAPP::run_app()
}