Skip to content

Commit 5cb7261

Browse files
committed
upd Citation
1 parent a026428 commit 5cb7261

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

inst/CITATION

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1-
bibentry(
2-
bibtype = "misc",
3-
key = "DoubleML2021",
4-
title = "{DoubleML} -- {A}n Object-Oriented Implementation of Double Machine Learning in {R}",
5-
author = c(
6-
person(given = "P.", family = "Bach"),
7-
person(given = "V.", family = "Chernozhukov"),
8-
person(given = "M. S.", family = "Kurz"),
9-
person(given = "M.", family = "Spindler")
10-
),
11-
year = 2021,
12-
eprint = "2103.09603",
13-
archivePrefix = "arXiv",
14-
primaryClass = "stat.ML",
15-
note= "arXiv:\\href{https://arxiv.org/abs/2103.09603}{2103.09603} [stat.ML]",
16-
textVersion = "Bach, P., Chernozhukov, V., Kurz, M. S., and Spindler, M. (2021), DoubleML - An Object-Oriented Implementation of Double Machine Learning in R, arXiv:2103.09603."
17-
)
1+
bibentry(bibtype = "Article",
2+
title = "{DoubleML}: An Object-Oriented Implementation of Double Machine Learning in {R}",
3+
author = c(person(given = "Philipp",
4+
family = "Bach",
5+
email = "philipp.bach@uni-hamburg.de"),
6+
person(given = c("Malte", "S."),
7+
family = "Kurz",
8+
email = "malte.kurz@tum.de"),
9+
person(given = "Victor",
10+
family = "Chernozhukov",
11+
email = "vchern@mit.edu"),
12+
person(given = "Martin",
13+
family = "Spindler",
14+
email = "martin.spindler@uni-hamburg.de"),
15+
person(given = "Sven",
16+
family = "Klaassen",
17+
email = "sven.klaassen@uni-hamburg.de")),
18+
journal = "Journal of Statistical Software",
19+
year = "2024",
20+
volume = "108",
21+
number = "3",
22+
pages = "1--56",
23+
doi = "10.18637/jss.v108.i03",
24+
header = "To cite DoubleML in publications use:"
25+
)

0 commit comments

Comments
 (0)