File: CITATION

package info (click to toggle)
r-cran-formula 1.2-3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 744 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
bibentry(bibtype = "Article",
  title        = "Extended Model Formulas in {R}: Multiple Parts and Multiple Responses",
  author       = c(person("Achim", "Zeileis", email = "Achim.Zeileis@R-project.org"),
                   person("Yves", "Croissant")),
  journal      = "Journal of Statistical Software",
  year         = "2010",
  volume       = "34",
  number       = "1",
  pages        = "1--13",
  doi          = "10.18637/jss.v034.i01",

  header       = "To cite Formula in publications use:",
  textVersion  =
  paste("Achim Zeileis, Yves Croissant (2010).",
        "Extended Model Formulas in R: Multiple Parts and Multiple Responses.",
        "Journal of Statistical Software 34(1), 1-13.",
        "doi:10.18637/jss.v034.i01")
)