bgreenwell / investr

Inverse estimation in R
22 stars 6 forks source link

Return a "boot" object #32

Open bgreenwell opened 7 years ago

bgreenwell commented 7 years ago

An example from lme4s bootMer function:

s <- structure(list(t0 = t0, t = t(t.star), R = nsim, data = x@frame,
           seed = .Random.seed,
           statistic = FUN, sim = "parametric", call = mc,
           ran.gen = "simulate(<lmerMod>, 1, *)", mle = mle),
           class = "boot")
attr(s,"bootFail") <- numFail
attr(s,"boot.fail.msgs") <- fail.msgs