Skip to content
Prev 325606 / 398503 Next

how to get growth rate of a (time series) data?

On Wed, Jun 19, 2013 at 12:04 PM, Yanyuan Zhu <yyz at tongji.edu.cn> wrote:
Odd, I would have thought it did.

No matter anyways: if you are using time series data, I'd strongly
recommend that you place your data in an object of the "xts" class and
use all of the time series functionality available for those objects.

Notably, you'll also want to load the "TTR" package (all of these are
available through the install.packages() function off the CRAN mirror
system) and to use its ROC function.

Cheers,
MW