Which practice ensures that a randomized controlled trial analysis in R is reproducible for regulatory auditors months after the original analysis?
-
A
Setting a fixed seed with set.seed() and locking packages with renv
-
B
Using the latest CRAN package versions at time of re-run
-
C
Re-running the analysis in Python to cross-validate
-
D
Saving only the final output tables, not the scripts