startGRshiny {GRShiny} | R Documentation |
An interactive Shiny application for running a GRM analysis.
startGRshiny()
startGRshiny
is a caller function to open the Shiny interface of GRM.
This starts the IRT Shiny application on the user's local computer.
It launches the Shiny app for Graded Response Model.
if (interactive()) {
startGRshiny()
}