File: CITATION

package info (click to toggle)
r-cran-class 7.3-23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 379; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
citHeader("To cite the class package in publications use:")

citEntry(entry="Book",
         title = "Modern Applied Statistics with S",
         author = personList(as.person("W. N. Venables"),
                             as.person("B. D. Ripley")),
	 publisher = "Springer",
         edition = "Fourth",
         address      = "New York",
         year         = 2002,
         note         = "ISBN 0-387-95457-0",
         url          = "https://www.stats.ox.ac.uk/pub/MASS4/",

         textVersion =
         paste("Venables, W. N. & Ripley, B. D. (2002)",
               "Modern Applied Statistics with S.",
               "Fourth Edition. Springer, New York. ISBN 0-387-95457-0")
)