https://github.com/cran/ltsa
Raw File
Tip revision: 83deceb1d65445b7dcad78a48eaab0b732534fc5 authored by A.I. McLeod on 22 August 2015, 23:49:55 UTC
version 1.4.5
Tip revision: 83deceb
CITATION
citHeader("To cite FitAR in publications use:")

citEntry(entry = "Article",
  title        = "Algorithms for Linear Time Series Analysis: With R Package",
  author       = personList(as.person("A. I. McLeod"),
                   as.person("Hao Yu"),
				   as.person("Zinovi Krougly")),
  journal      = "Journal of Statistical Software",
  year         = "2007",
  volume       = "23",
  number       = "5",
  url          = "http://www.jstatsoft.org/v23/i05/",

  textVersion  =
  paste("A. I. McLeod, Hao Yu, Zinovi Krougly (2007).",
        "Algorithms for Linear Time Series Analysis: With R Package",
        "Journal of Statistical Software 23(5).",
        "URL http://www.jstatsoft.org/v23/i05/.")
)

back to top