Package 'CTTShiny'

Title: Classical Test Theory via Shiny
Description: Interactive shiny application for running classical test theory (item analysis).
Authors: William Kyle Hamilton [aut, cre], Atsushi Mizumoto [aut]
Maintainer: William Kyle Hamilton <[email protected]>
License: GPL-3
Version: 0.1
Built: 2025-02-18 04:41:39 UTC
Source: https://github.com/kylehamilton/cttshiny

Help Index


This function will start CTTShiny

Description

An interactive Shiny application for running CTT analysis.

Usage

startCTT()

Details

Start CTTShiny

This starts the Shiny application CTT

Value

Nothing

Examples

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

## End(Not run)