Converting a ts object to a plain old vector in R
Posted
by taskforce145
on Stack Overflow
See other posts from Stack Overflow
or by taskforce145
Published on 2010-04-05T04:07:56Z
Indexed on
2010/04/05
4:13 UTC
Read the original article
Hit count: 178
r
I need to use a function on a vector that does not take a ts object. I'm trying to convert it to a plain old vector but I just can't seem to figure it out. I googled around but mostly people are trying to convert data types into ts object. I want to go the other way. Any help would be appreciated.
© Stack Overflow or respective owner