Reproducibility for the Rest of Us
Using Seed Values
This lesson is called Using Seed Values, part of the Reproducibility for the Rest of Us course. This lesson is called Using Seed Values, part of the Reproducibility for the Rest of Us course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Open the participant
unformatted-r-code.R
file and addset.seed()
before the sampling code for reproducible resultsNote that the
sample()
function used in these slides will be overwritten by thesample()
function indplyr
if thedplyr
package is open
Have any questions? Put them below and we will help you out!
Course Content
12 Lessons
1
Welcome to Reproducibility for the Rest of Us
05:07
2
Reproducibility for the Rest of Us Course Logistics
03:23
3
Using Space Wisely
05:50
4
Naming All the Things
11:19
5
Using Function Arguments
13:06
6
Prologs & Annotation
15:22
7
Using Seed Values
04:46
8
Writing Functions for Repeated Tasks
03:22
9
Literate Programming with Quarto
48:35
10
Embedding Files to Improve Reproducibility
05:38
11
Managing Project Files for Reproducibility
08:55
12
Wrapping Up Reproducibility for the Rest of Us
You need to be signed-in to comment on this post. Login.