An interactive Shiny application for running a GRM analysis.
Details
Start GRShiny
startGRshiny
is a caller function to open the Shiny interface of GRM.
This starts the IRT Shiny application on the user's local computer.
Examples
if (FALSE) {
if (interactive()) {
startGRshiny()
}
}