-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
630ec09
commit 9cb1cad
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
IRTShiny: Item Response Theory with Shiny | ||
======== | ||
|
||
The goal of this project is to help students and researchers run Item Response Theory analysis. | ||
|
||
List of Packages Used | ||
``` | ||
library(shiny) | ||
library(shinyAce) | ||
library(psych) | ||
library(CTT) | ||
library(ltm) | ||
library(beeswarm) | ||
``` | ||
### Acknowledgments and Authors | ||
|
||
#### Acknowledgments | ||
William Kyle Hamilton would like to thank the [Health Communications and Interventions Lab at UC Merced](http://cameronhcilab.com/) for their comments and beta testing efforts on this application. | ||
|
||
Atsushi Mizumoto would like to thank [Dr. Luke Plonsky](http://oak.ucc.nau.edu/ldp3/) and [Dr. Yo In'nami](https://sites.google.com/site/yoinnami/) for their support and feedback to create this web application. | ||
|
||
|
||
#### Authors | ||
|
||
|
||
![alt text](http://kylehamilton.com/wp-content/uploads/2014/11/kyle80.jpg "Logo Title Text 1") [William Kyle Hamilton - University of California, Merced](http://www.kylehamilton.com) | ||
|
||
William Kyle Hamilton maintains this application and has authored new features. | ||
|
||
![alt text](http://kylehamilton.com/wp-content/uploads/2014/11/atsushi80.jpg "Logo Title Text 1") | ||
[Atsushi Mizumoto, PhD - Kansai University](http://mizumot.com) | ||
|
||
Atsushi Mizumoto wrote the first version of this application; this application is a fork of the original which can be found [here](https://github.com/mizumot/IRT) |