Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 555 Bytes

File metadata and controls

33 lines (21 loc) · 555 Bytes

itemstats

The goal of itemstats is to …

Installation

You can install the development version of itemstats from GitHub with:

# install.packages("devtools")
devtools::install_github("abuchardt/itemstats")

Example

You should now be able to run your app for dichotomous items with

itemstats::app("RMDitemfit")

and for polytomous items with

itemstats::app("RMPitemfit")