File: CITATION

package info (click to toggle)
r-cran-caret 7.0-1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,036 kB
  • sloc: ansic: 210; sh: 10; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
citHeader("To cite caret in publications use:")

utils::bibentry(
  bibtype    = "Article",
  title    = "Building Predictive Models in R Using the caret Package",
  volume   = "28",
  url      = "https://www.jstatsoft.org/index.php/jss/article/view/v028i05",
  doi      = "10.18637/jss.v028.i05",
  number   = "5",
  journal  = "Journal of Statistical Software",
  author   = "Kuhn, Max",
  year     = "2008",
  pages    = "1–26",
  textVersion = paste(
    "Kuhn, M. (2008). Building Predictive Models in R Using the caret Package. Journal of Statistical Software, 28(5), 1–26. https://doi.org/10.18637/jss.v028.i05"
  )
)