Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

mihaiconstantin/reliability-measurement-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reliability and Measurement Error

Description

A Shiny app used to illustrates the relationship between reliability and measurement error. Developed for the Test Theory course at Tilburg University.

A live version of the application is hosted at: https://mihaiconstantin.shinyapps.io/reliability-measurement-error.

Demo Image

Usage

To run the application locally:

# Load library.
library(shiny)

# Run app.
runApp(".")

Note. If your application lives in a different folder (i.e., not the current working directory) you need to specify the path to that folder, e.g., var/www/my-app. Alternatively, you can set the working directory to that path and use runApp(".").

License

This app is licensed under the GNU General Public License Version 2. Please report any issues or bugs here.