File: CITATION

package info (click to toggle)
r-cran-vim 6.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,932 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
bibentry(bibtype = "Article",
  title        = "Imputation with the {R} Package {VIM}",
  author       = c(person(given = "Alexander",
                          family = "Kowarik",
                          email = "alexander.kowarik@statistik.gv.at"),
                   person(given = "Matthias",
                          family = "Templ")),
  journal      = "Journal of Statistical Software",
  year         = "2016",
  volume       = "74",
  number       = "7",
  pages        = "1--16",
  doi          = "10.18637/jss.v074.i07",

  header       = "To cite VIM in publications use:",
  textVersion  =
  paste("Alexander Kowarik, Matthias Templ (2016).",
        "Imputation with the R Package VIM.",
        "Journal of Statistical Software, 74(7), 1-16.",
        "doi:10.18637/jss.v074.i07")
)