simulation : model selection fixing seed to 1234
This commit is contained in:
parent
aaa1da034c
commit
7d3309543a
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ suppressPackageStartupMessages(library("colSBM"))
|
|||
suppressPackageStartupMessages(library(progressr))
|
||||
suppressPackageStartupMessages(library(future))
|
||||
suppressPackageStartupMessages(library(future.apply))
|
||||
set.seed(1234)
|
||||
|
||||
handlers(global = TRUE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue