Skip to content
Prev 7422 / 15274 Next

Question on zoo time series

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)