Raw File
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