Skip to content

Instantly share code, notes, and snippets.

Created March 3, 2014 03:59
Show Gist options
  • Save anonymous/9318151 to your computer and use it in GitHub Desktop.
Save anonymous/9318151 to your computer and use it in GitHub Desktop.
Plot ACF in R
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