Please see http://cran.r-project.org/doc/manuals/R-exts.html.
On Mon, Jul 27, 2009 at 1:50 AM, Albert EINstEIN wrote:
>
> Hi,
> Thanks for your valuable reply.
> can you provide me some more information regarding . Here we are reloading
> the data when we start the R, In R there are some d
Say your dataset is stored in variable "dat".
Type:
> save(dat, file="mydatfile.RData")
Next time you start the session, call:
load("mydatfile.RData")
And you can reload your dataset.
Is this what you meant?
HTH,
Alex
On Fri, Jul 24, 2009 at 2:11 AM, Albert EINstEIN wrote:
>
>
> Hi everybod
I think you are looking for something like RServe. http://rosuda.org/Rserve/.
It sets up R as a server which you talk to via TCP/IP. It has client
APIs for Java and a number of other languages.
Alex
On Thu, May 14, 2009 at 10:39 AM, Philippe Lamote wrote:
> Hey guys,
>
> I'm a (Java) integratio
not
all) glm models and a wide range of others.
The Zelig maintainers' site can be found at: http://gking.harvard.edu/zelig/.
Full disclosure: I am an employee of the Institute for Quantitative
Social Science, which performs most of the development and support for
the Zelig package.
Best,