irtMulti: irtMulti

Description Arguments Value Examples

Description

This is a multiple single item model

Arguments

r

is a vector of ordered outcomes

W

is a matrix of characteristics

Value

Function returns an object of class irtSingle

Examples

1
2
3
4
5
6
7
8
9
# -----------------------------------------
# Example 1. 
# Do not run
data(elections)
attach(elections)
Wx <- cbind(age,agesq.01,black,bornagain)
rmulti <- cbind(govtakecarewhocant,govguareatsleep)
#res <- irtSingle(r=rmulti,W=Wx )
detach(elections) 

irt documentation built on May 2, 2019, 4:53 p.m.

Related to irtMulti in irt...