Re: [R] run R under linux

2003-10-22 Thread Zhen Pang
[EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [R] run R under linux Date: Wed, 22 Oct 2003 10:15:54 +1300 Zhen Pang wrote: We are not allowed to submit job directly, so I never type R to use R, just make a batch. How can I use try() to correct my codes? In the interactive mode, I know how

Re: [R] run R under linux

2003-10-22 Thread Prof Brian D Ripley
On Wed, 22 Oct 2003, Zhen Pang wrote: Thank you for your help. But try() seems to only allow for an expression. My simulation have serveral expressions which possibly have problem. Is there any possibility to include them all in the try()? If not, I seem to use several try(). {line1 line2

Re: [R] run R under linux

2003-10-21 Thread Jason Turner
Zhen Pang wrote: I want to do 200 simulations. I found during the fisrt 128 simulations, some parameters may be NAs, since I use if (abs(aold-anew)1e-5) {print (anew) break} to break the one estimation. ... I want to know how to resume my program with the seeds saved, and do like continueing

Re: [R] run R under linux

2003-10-21 Thread Zhen Pang
[EMAIL PROTECTED] To: Zhen Pang [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [R] run R under linux Date: Tue, 21 Oct 2003 22:17:59 +1300 Zhen Pang wrote: I want to do 200 simulations. I found during the fisrt 128 simulations, some parameters may be NAs, since I use if (abs(aold-anew)1e-5) {print

Re: [R] run R under linux

2003-10-21 Thread Jason Turner
Zhen Pang wrote: We are not allowed to submit job directly, so I never type R to use R, just make a batch. How can I use try() to correct my codes? In the interactive mode, I know how to continue, but now I never enter the R window, where to find my results and save seed to continue? Like

RE: [R] run R under linux

2003-10-21 Thread Liaw, Andy
From: Jason Turner [mailto:[EMAIL PROTECTED] Zhen Pang wrote: We are not allowed to submit job directly, so I never type R to use R, just make a batch. How can I use try() to correct my codes? In the interactive mode, I know how to continue, but now I never enter the R window,