Re: [R] IRT simulation repeated

2010-03-22 Thread Greg Snow
oject.org] On Behalf Of jim holtman > Sent: Thursday, March 18, 2010 9:53 AM > To: Helena > Cc: r-h...@stat.math.ethz.ch > Subject: Re: [R] IRT simulation repeated > > result <- lapply(1:100, yourFunction) > > On Thu, Mar 18, 2010 at 9:05 AM, Helena > wrote: > >

Re: [R] IRT simulation repeated

2010-03-18 Thread jim holtman
result <- lapply(1:100, yourFunction) On Thu, Mar 18, 2010 at 9:05 AM, Helena wrote: > Hello R: > i work on an IRT simulation research. I've written a code to generate a > single dataset.As i will repeat simulating the data 100 times under every > condition, how can i write the R code to make i

[R] IRT simulation repeated

2010-03-18 Thread Helena
Hello R: i work on an IRT simulation research. I've written a code to generate a single dataset.As i will repeat simulating the data 100 times under every condition, how can i write the R code to make it run the single simulation code 100 times and save the generate results each time? Than