runClassicalApp: Launch interactive shiny app to perform some simple classical...

View source: R/runClassicalApp.R

runClassicalAppR Documentation

Launch interactive shiny app to perform some simple classical item analyses

Description

This function launches a shiny app where ".csv" files of data can be uploaded and analysed. It assumes that all pupils have had a chance to attempt all items.

Usage

runClassicalApp(MC = FALSE)

Arguments

MC

If TRUE launch a version of the App designed for analysis of multiple choice tests. The only difference is that converting item responses (e.g. "A", "B", "C", "D") to scores is incorporated in the App and that additional item characteristic curves (ICCs) exploring the percentage of pupils choosing each category in each score group are included.

Examples

## Not run: 
runClassicalApp()

runClassicalApp(MC=TRUE)

## End(Not run)

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