Skip to content

mihock/iana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iana

Iana is an R package that implements a browser-based GUI for classical item and test analysis, factor analysis, and item response modeling with an focus on ordered-category items.

The documentation is included in the package. A short description can be found here.

Installation

The following R commands install the packages "devtools" (needed to install Iana) and "iana."

if (!require(devtools)) install.packages("devtools")
library(devtools)
install_github("mihock/iana")

The first line is only needed if you haven't already installed "devtools."

To launch Iana, type

library(iana)
runiana()

into an R console.

About

Browser-based GUI for item analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published