All Projects → patriciamar → ShinyItemAnalysis

patriciamar / ShinyItemAnalysis

Licence: other
Test and Item Analysis via Shiny

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to ShinyItemAnalysis

EduCDM
The Model Zoo of Cognitive Diagnosis Models, including classic Item Response Ranking (IRT), Multidimensional Item Response Ranking (MIRT), Deterministic Input, Noisy "And" model(DINA), and advanced Fuzzy Cognitive Diagnosis Framework (FuzzyCDF), Neural Cognitive Diagnosis Model (NCDM) and Item Response Ranking framework (IRR).
Stars: ✭ 48 (+60%)
Mutual labels:  item-response-theory, psychometrics
GDINA
GDINA
Stars: ✭ 23 (-23.33%)
Mutual labels:  item-response-theory, psychometrics
PlotTwist
PlotTwist - a web app for plotting and annotating time-series data
Stars: ✭ 21 (-30%)
Mutual labels:  shiny
risk assessment
Risk Assessment App
Stars: ✭ 42 (+40%)
Mutual labels:  shiny
fabricerin
Create Easily Canvas in Shiny and RMarkdown Documents
Stars: ✭ 52 (+73.33%)
Mutual labels:  shiny
blackspot
Shiny app exploring Edinburgh traffic collision data
Stars: ✭ 25 (-16.67%)
Mutual labels:  shiny
tablerDash
tabler dashboard template for shiny
Stars: ✭ 72 (+140%)
Mutual labels:  shiny
openmetrics
An opinionated Prometheus client for R conforming to the OpenMetrics standard
Stars: ✭ 30 (+0%)
Mutual labels:  shiny
fullPage
📄 fullPage.js, pagePiling.js and multiScroll.js for shiny
Stars: ✭ 100 (+233.33%)
Mutual labels:  shiny
vembedr
Functions to Embed Video in HTML
Stars: ✭ 56 (+86.67%)
Mutual labels:  shiny
shinyapps
code to reproduce my shiny apps
Stars: ✭ 28 (-6.67%)
Mutual labels:  shiny
shiny-server-arm-docker
Shiny-Server in docker for ARM(armv7/arm64) and amd64. Most suitable to run on SBCs such as Raspberry Pi. Enables installing R-libraries on top of the bare image.
Stars: ✭ 26 (-13.33%)
Mutual labels:  shiny
epoxy
Extra-strength glue engines for R Markdown and Quarto
Stars: ✭ 141 (+370%)
Mutual labels:  shiny
financial-asset-comparison-tool
R Shiny app to compare the relative performance of cryptos and equities.
Stars: ✭ 97 (+223.33%)
Mutual labels:  shiny
vueR
vue.js for R
Stars: ✭ 131 (+336.67%)
Mutual labels:  shiny
Covid19
Dashboard developed in r shiny to provide insight on COVID-19 pandemic, analyzing data from public, reliable sources.
Stars: ✭ 15 (-50%)
Mutual labels:  shiny
reproducible-continual-learning
Continual learning baselines and strategies from popular papers, using Avalanche. We include EWC, SI, GEM, AGEM, LwF, iCarl, GDumb, and other strategies.
Stars: ✭ 118 (+293.33%)
Mutual labels:  assessment
SQLPowerDoc
Hopefully an up to date fork of SQL Power Doc. Newer PS versions and .NET levels. Maybe too ambitious. This repository was cloned from kendalvandyke, the original author of SQLPowerDoc. Codeplex is currently in the process of shutting down. I cloned this project (and its wiki) with the intention of preserving a wonderful tool that I recently dis…
Stars: ✭ 19 (-36.67%)
Mutual labels:  assessment
LIRBase
A comprehensive collection of long inverted repeats in 424 eukaryotic genomes
Stars: ✭ 15 (-50%)
Mutual labels:  shiny
bubblyr
☁️ ☁️ ☁️ Beautiful Bubbles in Shiny and RMarkdown Backgrounds
Stars: ✭ 16 (-46.67%)
Mutual labels:  shiny

ShinyItemAnalysis

Test and item analysis via shiny

R-CMD-check GHversion online version cranlogs

Overview

ShinyItemAnalysis is an R package including functions and interactive shiny application for the psychometric analysis of educational tests, psychological assessments, health-related and other types of multi-item measurements, or ratings from multiple raters. Offered methods include:

  • Exploration of total and standard scores
  • Analysis of measurement error and reliability
  • Analysis of correlation structure and validity
  • Traditional item analysis
  • Item analysis with regression models
  • Item analysis with IRT models
  • Detection of differential item functioning

Number of toy datasets is available, the interactive application also allows the users to upload and analyze their own data and to automatically generate PDF or HTML reports.

ShinyItemAnalysis is available online at Czech Academy of Sciences and shinyapps.io. It can be also downloaded from CRAN. Visit our web page about ShinyItemAnalysis to learn more!

Installation

The easiest way to get ShinyItemAnalysis is to install it from CRAN:

install.packages("ShinyItemAnalysis")

Click here for more information about installing versions 1.4.0+

From ShinyItemAnalysis version 1.4.0 on, only the most necessary package dependencies are installed out of the box. You may be prompted later on to install additional packages ensuring a smooth run of the interactive application. To install everything straight out, use rather:

install.packages("ShinyItemAnalysis", dependencies = TRUE)

Or you can get the newest development version from GitHub:

if(!require(remotes)) install.package("remotes")
remotes::install_github("patriciamar/ShinyItemAnalysis")

Version

Current version available on CRAN is 1.4.0. The newest development version available on GitHub is 1.4.1.
Version available online at Czech Academy of Sciences is 1.4.1. Version available online at shinyapps.io is 1.4.1.

Usage

It is very easy to run ShinyItemAnalysis in R:

ShinyItemAnalysis::run_app()
# or
ShinyItemAnalysis::startShinyItemAnalysis()

Or if you are an RStudio IDE user, simply click on Run ShinyItemAnalysis in Addins menu (located at the end of the toolbar). Last but not least, you can also try the app directly online at Czech Academy of Sciences or shinyapps.io!

References

When using ShinyItemAnalysis software, we appreciate if you include a reference in your publications. To cite the software, please, use:

Martinková P., & Drabinová A. (2018) ShinyItemAnalysis for teaching psychometrics and to enforce routine analysis of educational tests. The R Journal, 10(2), 503-515. doi: 10.32614/RJ-2018-074.

Czech speakers can also refer to paper in journal Testforum.

Getting help and provide feedback

If you find any bug or just need help with ShinyItemAnalysis you can leave your message as an GitHub issue or directly contact us at [email protected]. We warmly encourage you to provide your feedback using Google form.

License

This program is free software and you can redistribute it and or modify it under the terms of the GNU GPL 3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].