ShinyItemAnalysis

Test and Item Analysis via Shiny




Quick start

Online

ShinyItemAnalysis can be easily accessed online at

or

Locally

You can also access ShinyitemAnalysis locally in R. The easiest way is to install it from CRAN by typing

install.packages("ShinyItemAnalysis")
into your R console. Or you can get the newest development version from GitHub by
# install.packages("remotes")
remotes::install_github("patriciamar/ShinyItemAnalysis")
Then run ShinyItemAnalysis with
ShinyItemAnalysis::run_app()