startGRshiny {GRShiny}R Documentation

Start GRShiny

Description

An interactive Shiny application for running a GRM analysis.

Usage

startGRshiny()

Details

startGRshiny is a caller function to open the Shiny interface of GRM.

This starts the IRT Shiny application on the user's local computer.

Value

It launches the Shiny app for Graded Response Model.

Examples

if (interactive()) {
  startGRshiny()
}

[Package GRShiny version 1.0.0 Index]