Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/76.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
引用APA风格的插入符号R包_R_Citations - Fatal编程技术网

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

引用APA风格的插入符号R包,r,citations,R,Citations,我使用了caretpackage来进行神经网络分析,需要引用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, Zac

我使用了
caret
package来进行神经网络分析,需要引用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

库恩,M.(2008)。插入符号包。《统计软件杂志》,28(5)

以下是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}
}