Re: [R] Passing the parameter (file name) to png()

2010-07-05 Thread Maulik Shah
Thanks a lot! Regards, Maulik On Sat, Jun 26, 2010 at 4:43 AM, jim holtman jholt...@gmail.com wrote: b - paste(C:\\rphp\\,arg, sep='') On Sat, Jun 26, 2010 at 12:55 AM, Maulik Shah maulik.shah2...@gmail.com wrote: I am fitting 3 parameter model to my response matrix and want to generate

[R] Passing the parameter (file name) to png()

2010-06-26 Thread Maulik Shah
I am fitting 3 parameter model to my response matrix and want to generate item characterstic curve. I want to specify file name to save item characterstic curve by passing it as external parameter to the R batch script. The following is the code I have written for this. *R Script:* library(ltm)

Re: [R] Passing the parameter (file name) to png()

2010-06-26 Thread jim holtman
b - paste(C:\\rphp\\,arg, sep='') On Sat, Jun 26, 2010 at 12:55 AM, Maulik Shah maulik.shah2...@gmail.com wrote: I am fitting 3 parameter model to my response matrix and want to generate item characterstic curve. I want to specify file name to save item characterstic curve by passing it as