File: CITATION

package info (click to toggle)
survival 3.8-6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,496 kB
  • sloc: ansic: 8,088; makefile: 77
file content (21 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype="Manual",
         title = "A Package for Survival Analysis in R",
	 author= person(c("Terry M"), "Therneau"),
	 year = year,
	 note = note,
 	 url="https://CRAN.R-project.org/package=survival",
	 key= "survival-package"
	 )
bibentry(bibtype= "Book",
         title="Modeling Survival Data: Extending the {C}ox Model",
	 author=c(person(c("Terry M.", "Therneau")),
	          person(c("Patricia M.", "Grambsch"))),
         year = "2000",
         publisher= "Springer",
         address = "New York",
         isbn = "0-387-98784-3",
	 key = "survival-book"
	 )