引用APA风格的插入符号R包

时间:2016-12-20 15:43:21

标签: r citations

我使用caret包进行神经网络分析,需要引用APA风格的包。但是,`引用(“插入符号”)看起来不像典型的APA风格。任何人都可以参加APA第六届比赛吗?感谢。

To cite package ‘caret’ in publications use:

  Max Kuhn. Contributions from Jed Wing, Steve Weston, Andre Williams,
  Chris Keefer, Allan Engelhardt, Tony Cooper, Zachary Mayer, Brenton
  Kenkel, the R Core Team, Michael Benesty, Reynald Lescarbeau, Andrew
  Ziem, Luca Scrucca, Yuan Tang and Can Candan. (2016). caret:
  Classification and Regression Training. R package version 6.0-71.
  https://CRAN.R-project.org/package=caret

2 个答案:

答案 0 :(得分:5)

Kuhn,M。(2008)。 Caret包。统计软件期刊,28(5)

答案 1 :(得分:1)

这是APA中的引用格式:

Kuhn, M. (2008). Building Predictive Models in R Using the caret Package. Journal of Statistical Software, 28(5), 1 - 26. doi:http://dx.doi.org/10.18637/jss.v028.i05

BibTex中的引用格式(在乳胶中):

@article{JSSv028i05,
   author = {Max Kuhn},
   title = {Building Predictive Models in R Using the caret Package},
   journal = {Journal of Statistical Software, Articles},
   volume = {28},
   number = {5},
   year = {2008},
   keywords = {},
   abstract = {The caret package, short for classification and regression training, contains numerous tools for developing predictive models using the rich set of models available in R. The package focuses on simplifying model training and tuning across a wide variety of modeling techniques. It also includes methods for pre-processing training data, calculating variable importance, and model visualizations. An example from computational chemistry is used to illustrate the functionality on a real data set and to benchmark the benefits of parallel processing with several types of models.},
   issn = {1548-7660},
   pages = {1--26},
   doi = {10.18637/jss.v028.i05},
   url = {https://www.jstatsoft.org/v028/i05}
}

有关其他格式,请访问以下网站:

https://www.jstatsoft.org/rt/captureCite/v028i05/0/ApaCitationPlugin