data(bfiN) # loading example data set
# calculating itemparameters and SE for two random allocated subsamples
grmSEpoly<-grmSE.poly(daten=bfiN, teil = "random")
# some examples for plotting options
# plotting item difficulties for two subsamples against each other
# with elipses for a CI = 95\% .
plot(grmSEpoly)
# using triangles as plotting pattern
plot(grmSEpoly,pch=2)
#plotting without CI ellipses
plot(grmSEpoly,ci=0,pch=2)
# plotting with item names
plot(grmSEpoly,itemNames=TRUE)
# Changing the size of the item names
plot(grmSEpoly,itemNames=TRUE, cex.names = 1.3)
# Changing the color of the CI ellipses
plot(grmSEpoly,itemNames=TRUE, cex.names = .8, col.error="green")
###### example from details section 'Some Notes on Standard Errors' ########
# grmSEpoly<-grmSE.poly(daten=bfiN, teil = "random",splitseed=13)
# plot(grmSEpoly)
######
# grmSEpoly_400<-grmSE.poly(daten=bfiN, teil = "random", splitseed=13 ,nsample=400)
# plot(grmSEpoly_400)Run the code above in your browser using DataLab