ShinyItemAnalysis Repository

This site hosts R packages related to the ShinyItemAnalysis R package and its interactive application. All SIA modules are available here.

Available Packages

Below is a list of packages available in this repository. Click on a package to view the details.

EduTestItemAnalysis: Tools to support psychometric analyses at "CERMAT" EduTestTextAnalysis: Predicting multiple-choice item difficulty from text IRR2FPR: Computing False Positive Rate from Inter-Rater Reliability SIAmodules: Modules for 'ShinyItemAnalysis'

Installing a Package

To install packages from this repository, provide the URL in repos argument of install.packages(), together with your ordinary CRAN repository.

install.packages("your_package", repos = c("https://shinyitemanalysis.org/repo/", "https://cloud.r-project.org"))

Or you can add the repository to the list that the installation function consults:

options(repos = c("https://shinyitemanalysis.org/repo/", "https://cloud.r-project.org"))