Created
March 3, 2014 03:59
-
-
Save anonymous/9318151 to your computer and use it in GitHub Desktop.
Plot ACF in R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ma3 = arima.sim(model=list(ma=c(.5,.5,.2)),n=100) | |
# puts 2 plots together in one sheet | |
acf(ma3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment