Package 'IRTShiny'

Title: Item Response Theory via Shiny
Description: Interactive shiny application for running Item Response Theory analysis. Provides graphics for characteristic and information curves.
Authors: W. Kyle Hamilton <[email protected]>, Atsushi Mizumoto <[email protected]>
Maintainer: W. Kyle Hamilton <[email protected]>
License: GPL-3
Version: 1.2
Built: 2025-01-19 03:14:53 UTC
Source: https://github.com/kylehamilton/irtshiny

Help Index


This function will start IRTShiny

Description

An interactive Shiny application for running a IRT analysis.

Usage

startIRT()

Details

Start IRTShiny

This starts the Shiny application IRT.

Value

Nothing

Examples

## Not run: 
library(shiny)
startIRT()

## End(Not run)