Skip to content

Commit 28fd6da

Browse files
committed
update CITATION for R CMD check
1 parent 8a4aad6 commit 28fd6da

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

inst/CITATION

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
citHeader('To cite forestControl in publications please use:')
2-
3-
citEntry(
4-
entry = 'Article',
5-
title = 'Approximate False Positive Rate Control in Selection Frequency for
6-
Random Forest',
7-
author = personList(as.person("Ender Konukoglu"), as.person("Melanie Ganz")),
8-
journal = 'arXiv.org',
9-
volume = 'abs/1410.2838',
10-
year = '2014',
11-
url = 'https://arxiv.org/abs/1410.2838',
12-
13-
14-
textVersion = paste('Konukoglu, E., & Ganz, M. (2014). Approximate False Positive Rate Control in Selection Frequency for Random Forest. arXiv.org, cs.LG, 1–26.')
15-
)
1+
##
2+
## To cite forestControl in publications please use:
3+
##
4+
## Konukoglu, E. and Ganz, M., 2014. Approximate false positive rate control in selection frequency for random forest. arXiv preprint arXiv:1410.2838.
5+
##
6+
##A BibTeX entry for LaTeX users is
7+
##
8+
##
9+
##@Article{konukoglu2014approximatefalsepositiverate,
10+
## title={Approximate False Positive Rate Control in Selection Frequency for Random Forest},
11+
## author={Ender Konukoglu and Melanie Ganz},
12+
## year={2014},
13+
## eprint={1410.2838},
14+
## archivePrefix={arXiv},
15+
## primaryClass={cs.LG},
16+
## url={https://arxiv.org/abs/1410.2838},
17+
##}
18+
##
19+
##

0 commit comments

Comments
 (0)