Skip to content

Question on zoo time series

2 messages · Megh Dal, Gabor Grothendieck

#
On Mon, Jan 31, 2011 at 12:51 PM, Megh Dal <megh700004 at gmail.com> wrote:
What you have actually done is create a data frame in which one column
is c("APL", "APL", ..., "APL") and then tried to convert that to zoo.

What you intended was likely:

merge(PriceDat, APL)