David.
>
>> str(tdata)
> 'data.frame': 7505 obs. of 8 variables:
> $ Date : int 19860709 19860710 19860711 19860714 19860715 19860716
> 19860717 19860718 19860721 19860722 ...
> $ Open : num 9.14 9.45 9.3 9.08 8.71 ...
> $ High : num 9.45 9.51 9.35 9.08 8.71 ...
> $ Low : num 9.03 9.14 9.03 8.65 7.96 ...
> $ Close : num 9.4 9.35 9.03 8.76 8.5 ...
> $ Volume : int 332719 180049 234212 218772 605427 339507 306866 418593
> 94880 119332 ...
> $ OpenInt: num [1:7505, 1] 0 0.317 -0.155 -0.223 -0.367 ...
> ..- attr(*, "dimnames")=List of 2
> .. ..$ : NULL
> .. ..$ : chr "Open"
> * $ newcol2:* num [1:7505, 1] 0 0.317 -0.155 -0.223 -0.367 ...
> ..- attr(*, "dimnames")=List of 2
> .. ..$ : NULL
> * .. ..$ : chr "Open"*
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
David Winsemius
Alameda, CA, USA