powered by
x
iif
"plot" (x, add = FALSE, main = "Item information function", co = 1, label = FALSE, ...)
add=T
add=F
co=NA
label=T
# plot IIF for all items in red, label with item number plot(iif(Scored2pl$est), co="red", label=TRUE) # plot IIF for items 2, 3, and 7 in different colours plot(iif(Scored2pl$est[c(2,3,7),]), co=NA)
Run the code above in your browser using DataLab