inst/hpc/truth.R

library(multimput)
library(snowfall)
library(plyr)

tempdir <- "tmp"
datadir <- "data"
n.cpu <- 20

set.seed(1827519864)
n.run <- 200
n.site <- 100
n.period <- 6
n.year <- 24

seeds <- sample(.Machine$integer.max, n.run)

source(system.file("paper_simulation/truth.R", package = "multimput"))
ThierryO/multimput documentation built on May 9, 2019, 4:42 p.m.