Re: [R] eRm package - Rasch simulation

2012-01-26 Thread Achim Zeileis
On Thu, 26 Jan 2012, James Holland wrote: When I try to create a Rasch simulation of data using the sim.rasch function, I get more items than I intend #My code library(eRm) #Number of items k <- 20 #Number of participants n <- 100 #Create Rasch Data #sim.rasch(persons, items, seed = NULL,

[R] eRm package - Rasch simulation

2012-01-26 Thread James Holland
When I try to create a Rasch simulation of data using the sim.rasch function, I get more items than I intend #My code library(eRm) #Number of items k <- 20 #Number of participants n <- 100 #Create Rasch Data #sim.rasch(persons, items, seed = NULL, cutpoint = "randomized") r.simulation <- sim