Nevermind.
x$acf
--
View this message in context:
http://www.nabble.com/Coercing-data-into-a-simple-array-tp20947264p20947450.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
https://stat.ethz.ch/ma
I am using acf() to get the autocorrelations of a time series. It works but
I want to then get the autocorrelations into a simple list of numbers.
> x <- acf(price_changes, lag.max = 12,type = "correlation",plot = FALSE)
> x
Autocorrelations of series âprice_changesâ, by lag
0 1
2 matches
Mail list logo