R版本不断更新,为保证数据可重复性,引用R时需标注出对应的R版本。那么如何引用呢?

打开R,键入citation(),得到对应的版本引用信息。

To cite R in publications use:

R Core Team (2018). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. 

 键入citation("pkgname"),引用使用到的R包。



作者:赵会成
链接:https://www.jianshu.com/p/ca197ee87dcf
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

相关文章:

  • 2022-12-23
  • 2022-02-04
  • 2021-12-15
  • 2021-09-16
  • 2021-12-29
  • 2021-12-16
  • 2021-11-29
  • 2021-09-06
猜你喜欢
  • 2021-09-04
  • 2022-12-23
  • 2022-01-15
  • 2022-03-03
  • 2021-06-10
  • 2021-11-29
  • 2021-08-23
相关资源
相似解决方案