misc/issues/wieling_batch2.R

source("wieling_batchfuns.R")

load("dialectNL2.rda")

sampfrac <- 0.1
ntot <- nrow(dialectNL)

set.seed(101)
## random subset of 10% :
subdat <- dialectNL[sample(round(sampfrac*ntot)),]

fitList0 <- fitLme4.0()
fitList1 <- lapply(argList, do.call, what=fitLme4)
save("fitList0","fitList1",
     file=batchfn)
lme4/lme4 documentation built on Aug. 30, 2024, 6:17 p.m.