From 9cb1cadb2677df2d370d69c776ecda258dfb3be2 Mon Sep 17 00:00:00 2001 From: Kyle Hamilton Date: Mon, 24 Nov 2014 19:36:20 -0800 Subject: [PATCH] Create README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..265492c --- /dev/null +++ b/README.md @@ -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)