runResultsApp: Launch shiny app to view IRT results

View source: R/runResultsApp.R

runResultsAppR Documentation

Launch shiny app to view IRT results

Description

This function launches a shiny app where IRT objects estimated using "mirt" can be selected and results viewed.

Usage

runResultsApp(interactive.data = FALSE, WLE = FALSE)

Arguments

interactive.data

If TRUE launch a version of the App that allows loading data and model fitting also to be interactive. Otherwise (default) the Shiny App is purely concerned with viewing results for IRT models that have already been fitted using R code.Only the WLE=FALSE version is available.

WLE

If TRUE launch a version of the App (with interactive.data=FALSE) where all calculations using ability estimates (e.g. fit statistics) are based upon WLE estimates rather than plausible values (the default). The WLE version tends to run a little more slowly but may be of interest to some users.

Examples

## Not run: 
runResultsApp()

## End(Not run)

CambridgeAssessmentResearch/unimirt documentation built on June 10, 2025, 6:03 a.m.