Re: [R] odfWeave repeats output

2011-08-12 Thread Rainer Stuetz
On Fri, Aug 12, 2011 at 11:10 AM, Chris Beeley wrote: > > I'm having a problem with odfWeave. I'm still testing it out, and have > used both of these code chunks, which I copied off a blog: > > ... > > The really weird thing is that I have replicated the problem across > two operating systems (dua

Re: [R] microsecond timestamp support

2011-05-01 Thread Rainer Stuetz
On Sun, May 1, 2011 at 15:33, Joel Reymont wrote: > > Does R have support for microseconds in timestamps, e.g. when reading this in > > "Time","Include","Kind","Duration" > 2011-04-01 14:20:36.368324,Y,U,1.03238296509 > 2011-04-01 14:20:35.342732,Y,C,0.0252721309662 > 2011-04-01 14:20:34.337209,Y,

Re: [R] eps file

2010-09-23 Thread Rainer Stuetz
On Thu, Sep 23, 2010 at 8:05 AM, KAYIS Seyit Ali wrote: > I need to create eps file which is the required figure format > of the journal that I want to submit a paper. I am able to > create files in pdf or wmf format but not in eps format. Is > there a way to convert pdf or wmf to eps? or alterna

Re: [R] Neural Network

2010-07-19 Thread Rainer Stuetz
2010/7/18 Arnaud Trébaol : > Hi all, > > I am working for my master's thesis and I need to do a neural network to > forecast stock market price, with also external inputs like technical > indicators. > I would like to know which function and package of R are more suitable for > this study. > > Than