File: CITATION

package info (click to toggle)
r-cran-optimalcutpoints 1.1-5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 432 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
citHeader("To cite OptimalCutpoints in publications use:")

citEntry(entry = "Article",
  title        = "{OptimalCutpoints}: An {R} Package for Selecting Optimal Cutpoints in Diagnostic Tests",
  author       = personList(as.person("M{\\'o}nica L{\\'o}pez-Rat{\\'o}n"),
                   as.person("Mar{\\'i}a Xos{\\'e} Rodr{\\'i}guez-{\\'A}lvarez"),
                   as.person("Carmen Cadarso Su{\\'a}rez"),
                   as.person("Francisco Gude Sampedro")),
  journal      = "Journal of Statistical Software",
  year         = "2014",
  volume       = "61",
  number       = "8",
  pages        = "1--36",
  doi          = "10.18637/jss.v061.i08",

  textVersion  =
  paste("Monica Lopez-Raton, Maria Xose Rodriguez-Alvarez, Carmen Cadarso Suarez, Francisco Gude Sampedro (2014).",
        "OptimalCutpoints: An R Package for Selecting Optimal Cutpoints in Diagnostic Tests.",
        "Journal of Statistical Software, 61(8), 1-36.",
        "DOI 10.18637/jss.v061.i08.")
)