Re: [R] Problem with get.hist.quote() in tseries

2005-08-19 Thread Gabor Grothendieck
There is no head.ts and x[1:10,] has the side effect of converting it from class ts to class matrix. Use window window(x, end = start(x)[1]+10) instead or use head(as.zoo(x)) since there is a head.zoo in the 'zoo' package. On 8/19/05, Ajay Narottam Shah [EMAIL PROTECTED] wrote: When

[R] Problem with get.hist.quote() in tseries

2005-08-18 Thread Ajay Narottam Shah
When using get.hist.quote(), I find the dates are broken. This is with R 2.1.1 on Mac OS X `panther'. library(tseries) Loading required package: quadprog 'tseries' version: 0.9-27 'tseries' is a package for time series analysis and computational finance. See