~ubuntu-branches/debian/jessie/rkward/jessie

1
2
3
4
5
6
7
8
9
10
11
12
local({
## Prepare
require(eRm)
## Print result
rk.header("Rating scale model plot")

rk.graph.on()
try({
	plotICC(estimates.rsm, item.subset=c(1:3), mplot=TRUE, ask=FALSE)
})
rk.graph.off()
})