Diff of /inst/CITATION [000000] .. [efa494]

Switch to unified view

a b/inst/CITATION
1
citHeader("Please cite the following works when using the 'biotmle' software
2
           package, including both the software tool and the article describing
3
           the statistical methodology.")
4
5
year <- format(Sys.Date(), "%Y")
6
note <- sprintf("R package version %s", meta$Version)
7
8
bibentry(bibtype = "Manual",
9
         title = "{biotmle}: Targeted Learning with moderated statistics for biomarker discovery",
10
         author = c(person("Nima", "Hejazi", "S"),
11
                    person("Mark", "van der Laan", "J"),
12
                    person("Alan", "Hubbard", "E")),
13
         year = year,
14
         note = note,
15
         doi = "10.18129/B9.bioc.biotmle",
16
         url = "https://bioconductor.org/packages/biotmle")
17
18
bibentry(bibtype = "Article",
19
         journal = "The Journal of Open Source Software",
20
         title = "biotmle: Targeted Learning for Biomarker Discovery",
21
         author = c(person("Nima", "Hejazi", "S"),
22
                    person("Weixin", "Cai"),
23
                    person("Alan", "Hubbard", "E")),
24
         year = "2017",
25
         doi = "10.21105/joss.00295",
26
         url = "https://doi.org/10.21105/joss.00295")
27
28
bibentry(bibtype = "Article",
29
         journal = "arxiv",
30
         title = "A generalization of moderated statistics to data adaptive semiparametric estimation in high-dimensional biology",
31
         author = c(person("Nima", "Hejazi", "S"),
32
                    person("Philippe", "Boileau"),
33
                    person("Mark", "van der Laan", "J"),
34
                    person("Alan", "Hubbard", "E")),
35
         year = "2021",
36
         doi = "",
37
         url = "https://arxiv.org/abs/1710.05451")