R/pop_synthesis.R

Defines functions pop_synthesis

pop_synthesis <- function(N = 1000, formula = x2 ~ x1, seed = 12345) {
  set.seed(seed)
}
ctgrubb/lemur.pack documentation built on May 7, 2023, 4:13 a.m.