richarddmorey / BayesFactor

BayesFactor R package for Bayesian data analysis with common statistical models.
https://richarddmorey.github.io/BayesFactor/
131 stars 48 forks source link

Set random seed for reproducible results #121

Closed cbrnr closed 5 years ago

cbrnr commented 5 years ago

Is there a way to set the random seed to make results reproducible?

richarddmorey commented 5 years ago

Have you tried set.seed()?

cbrnr commented 5 years ago

This was simple, hadn't thought about that! Thanks!