You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/coarseDataTools-package.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
##' @format A numeric vector with 134 positive values. Each value represents an exposure window length from an observation of the incubation period for that individual. The exposure window length is the length of time during which exposure could have occurred. For example, if an individual could have been exposed anytime between 6am on Monday to 6am on Wednesday, her exposure window length would be 2 days.
14
14
##'
15
15
##' @usage data(exp.win.lengths)
16
-
##' @source Lessler J et al. New England Journal of Medicine. Outbreak of 2009 Pandemic Influenza A (H1N1) at a New York City School. 2009. 361(27):2628-2636. \url{https://www.nejm.org/doi/full/10.1056/nejmoa0906089}
16
+
##' @source Lessler J et al. New England Journal of Medicine. Outbreak of 2009 Pandemic Influenza A (H1N1) at a New York City School. 2009. 361(27):2628-2636. \doi{10.1056/NEJMoa0906089}
Copy file name to clipboardExpand all lines: inst/CITATION
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -6,34 +6,34 @@ vers <- paste("R package version", meta$Version)
6
6
7
7
citHeader("To cite the R package 'coarseDataTools' in publications use:")
8
8
9
-
citEntry(entry = "Article",
10
-
title = "Estimating incubation periods with coarse data.",
11
-
author= c(person(c("Nicholas G"), "Reich"),
9
+
bibentry(bibtype = "Article",
10
+
title = "Estimating incubation periods with coarse data.",
11
+
author= c(person(c("Nicholas G"), "Reich"),
12
12
person(c("Justin"), "Lessler"),
13
13
person(c("Derek AT"), "Cummings"),
14
14
person(c("Ron"), "Brookmeyer")),
15
-
journal = "Statistics in Medicine",
16
-
year = 2009,
15
+
journal = "Statistics in Medicine",
16
+
year = 2009,
17
17
textVersion = "Reich NG, Lessler J, Cummings DAT, Brookmeyer R. (2009). Estimating incubation periods with coarse data. Statistics in Medicine. 28(22):2769--2784.")
18
18
19
19
20
-
citEntry(entry = "Article",
21
-
title = "Estimating absolute and relative case fatality ratios from infectious disease surveillance data.",
22
-
author= c(person(c("Nicholas G"), "Reich"),
20
+
bibentry(bibtype = "Article",
21
+
title = "Estimating absolute and relative case fatality ratios from infectious disease surveillance data.",
22
+
author= c(person(c("Nicholas G"), "Reich"),
23
23
person(c("Justin"), "Lessler"),
24
24
person(c("Derek AT"), "Cummings"),
25
25
person(c("Ron"), "Brookmeyer")),
26
-
journal = "Biometrics",
27
-
year = 2012,
26
+
journal = "Biometrics",
27
+
year = 2012,
28
28
textVersion = "Reich NG, Lessler J, Cummings DAT, Brookmeyer R. Estimating absolute and relative case fatality ratios from infectious disease surveillance data. Biometrics. 2012, 68(2): 598--606.")
29
29
30
30
31
-
citEntry(entry = "Manual",
32
-
title = "coarseDataTools: A collection of functions to help with analysis of coarsely observed data",
33
-
author= c(person(c("Nicholas G"), "Reich"),
31
+
bibentry(bibtype = "Manual",
32
+
title = "coarseDataTools: A collection of functions to help with analysis of coarsely observed data",
33
+
author= c(person(c("Nicholas G"), "Reich"),
34
34
person(c("Justin"), "Lessler"),
35
35
person(c("Andrew S"), "Azman")),
36
-
year = year,
37
-
note = vers,
38
-
url = meta$URL,
36
+
year = year,
37
+
note = vers,
38
+
url = meta$URL,
39
39
textVersion = paste0("Reich NG, Lessler J, Azman AS. (", year, "). coarseDataTools: A collection of functions to help with analysis of coarsely observed data. <", meta$URL, ">. ", vers, "."))
0 commit comments