File: CITATION

package info (click to toggle)
r-cran-mixtools 2.0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,944 kB
  • sloc: ansic: 781; makefile: 6
file content (22 lines) | stat: -rwxr-xr-x 852 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
citHeader("To cite mixtools in publications use:")

citEntry(entry = "Article",
  title        = "{mixtools}: An {R} Package for Analyzing Finite Mixture Models",
  author       = personList(as.person("Tatiana Benaglia"),
                   as.person("Didier Chauveau"),
                   as.person("David R. Hunter"),
                   as.person("Derek Young")),
  journal      = "Journal of Statistical Software",
  year         = "2009",
  volume       = "32",
  number       = "6",
  pages        = "1--29",
  url          = "https://www.jstatsoft.org/v32/i06/",

  textVersion  =
  paste("Tatiana Benaglia, Didier Chauveau, David R. Hunter, Derek Young (2009).",
        "mixtools: An R Package for Analyzing Finite Mixture Models.",
        "Journal of Statistical Software, 32(6), 1-29.",
        "URL https://www.jstatsoft.org/v32/i06/.")
)