Re: [R] yahoo finance data feed to R

2007-08-15 Thread Nestor Arguea
On Wednesday 15 August 2007 12:27 pm, Szymon Plucinski wrote: > Hello, > > I was wondering if it is possible to create a live data feed from Yahoo > Finance stock data into an R program? Do any such modules already exist? > Thanks for any help. > > Szymon > > [[alternative HTML version delete

Re: [R] Degrees of freedom using Box.test()

2006-03-08 Thread Nestor Arguea
s-stat.com > (home of S Poetry and "A Guide for the Unwilling S User") > > Nestor Arguea wrote: > >After an RSiteSeach("Box.test") I found some discussion regarding the > > degrees of freedom in the computation of the Ljung-Box test using > > Box.test(

[R] Degrees of freedom using Box.test()

2006-03-07 Thread Nestor Arguea
After an RSiteSeach("Box.test") I found some discussion regarding the degrees of freedom in the computation of the Ljung-Box test using Box.test(), but did not find any posting about the proper degrees of freedom. Box.test() uses "lag=number" as the degrees of freedom. However, I believe th

Re: [R] Scatterplot with corner at (0, 0)

2006-02-06 Thread Nestor Arguea
> plot(x,y,xlim=c(0,max(x)),ylim=c(0,max(y))) Nestor On Monday 06 February 2006 10:10 pm, you wrote: > I have two vectors, x and y, and I want to create a scatterplot. I > want the lower left corner to be at (0, 0). I can create a scatterplot > just by calling plot (x, y), but I am quite throrough

Re: [R] Attach a time series object

2005-11-19 Thread Nestor Arguea
That did it. Thanks. Nestor On Saturday 19 November 2005 10:34 pm, you wrote: > Try this: > >attach(as.list(my.time.series)) > > On 11/19/05, Nestor Arguea <[EMAIL PROTECTED]> wrote: > > Is there an attach-like command for time series obj

[R] Attach a time series object

2005-11-19 Thread Nestor Arguea
Is there an attach-like command for time series objects? Thanks in advance, Nestor __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html