以下示例是关于Whatever中包含如何制作一个优秀的R可重复性的例子用法的示例代码,想了解如何制作一个优秀的R可重复性的例子的具体用法?如何制作一个优秀的R可重复性的例子怎么用?如何制作一个优秀的R可重复性的例子使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。
A MRE consists of the following items:
a minimal dataset, necessary to demonstrate the problem
the minimal runnable code necessary to reproduce the issue, which can be run on the given dataset
all necessary information on the used librarys, the R version, and the OS it is run on, perhaps a sessionInfo()
in the case of random processes, a seed (set by set.seed()) to enable others to replicate exactly the same results as you do
For examples of good MREs, see section "Examples" at the bottom of help pages on the function you are using. Simply type e.g. help(mean), or short ?mean into your R console.
本文地址:https://www.itbaoku.cn/snippets/785580.html