Re: [R] how to get loglik parameter from splm package?

2011-01-25 Thread zhaowei
> > You can download it from R-forge, as usual. > > Best, > Giovanni > > original message ------ > > Message: 42 > Date: Mon, 24 Jan 2011 06:59:39 -0800 (PST) > From: zhaowei > To: r-help@r-project.org > Subject: [R] how to get logl

[R] how to get loglik parameter from splm package?

2011-01-24 Thread zhaowei
splm package is a r implemention of spatial panel data models. and the loglik paremeter is most important infomation for splm methods. but i found the loglik always been null ,it's craze to get right estimation in splm with null loglik. Any one knows the splm package and can get the right logl

Re: [R] Problem of running R console from Java on linux box

2008-11-02 Thread ZhaoWei
no way to evaluate all commands or scripts in one R process, right? > ZhaoWei <[EMAIL PROTECTED]> writes: > > > Great, "--vanilla" works! > > Can you please tell me what this parameter means? > > And, it works with the execuatble(/usr/lib/R/bin/exec/R).

Re: [R] Problem of running R console from Java on linux box

2008-11-02 Thread ZhaoWei
Get it done. Big thank, Brian and Martin! From: Prof Brian Ripley <[EMAIL PROTECTED]> Subject: Re: [R] Problem of running R console from Java on linux box Date: Sun, 2 Nov 2008 11:07:24 + (GMT) > On Sun, 2 Nov 2008, ZhaoWei wrote: > > > Great, "--vanilla" works

Re: [R] Problem of running R console from Java on linux box

2008-11-01 Thread ZhaoWei
Great, "--vanilla" works! Can you please tell me what this parameter means? And, it works with the execuatble(/usr/lib/R/bin/exec/R). I'm wondering is it possible to do the same with the shell script(/usr/bin/R), anyway when you type "R" in command line, it means the shell script. Thanks again! >

[R] Problem of running R console from Java on linux box

2008-10-31 Thread ZhaoWei
Hi the list: I can not create R process from Java application with my linux box, the process never was created, or just terminated immediately after I called Runtime.getRuntime().exec(...) The command lines I have tried are(the paths are all correct): "/bin/sh /usr/bin/R" "/bin/sh -c /u