Re: [Rd] How to create a permanent dataset in R.

2009-07-27 Thread Alex D'Amour
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

Re: [Rd] How to create a permanent dataset in R.

2009-07-25 Thread Alex D'Amour
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

Re: [Rd] R & Java

2009-05-14 Thread Alex D'Amour
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

Re: [Rd] proposed simulate.glm method

2009-02-12 Thread Alex D'Amour
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,