File: CITATION

package info (click to toggle)
boot 1.2.42-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,076 kB
  • ctags: 1
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,253 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
23
24
25
26
27
28
29
30
31
32
33
34
citHeader("To cite the 'boot' package in publications use:")

desc <- packageDescription("boot")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
vers <- paste("R package version", desc$Version)

citEntry(entry="Manual",
         title = "boot: Bootstrap R (S-Plus) Functions",
         author = personList(as.person("Angelo Canty"),
                             as.person("B. D. Ripley")),
         year = year,
         note = vers,

         textVersion =
         paste("Angelo Canty and Brian Ripley (",
               year,
               "). boot: Bootstrap R (S-Plus) Functions. ",
               vers, ".", sep=""))

citEntry(entry="Book",
         title = "Bootstrap Methods and Their Applications",
         author = personList(as.person("A. C. Davison"),
                             as.person("D. V. Hinkley")),
	 publisher = "Cambridge University Press",
         address   = "Cambridge",
         year     = "1997",
         note     = "ISBN 0-521-57391-2",
         url      = "http://statwww.epfl.ch/davison/BMA/",

         textVersion =
         paste("Davison, A. C. & Hinkley, D. V. (1997)",
  	       "Bootstrap Methods and Their Applications.",
               "Cambridge University Press, Cambridge. ISBN 0-521-57391-2")
)