eigenbootcanon(model, nboot, index, vectors, code, families, quiet = FALSE, m = 100)
families
list
labels each arrow of the aster graphical structure.m
iterations.
vectors
.
A parametric bootstrap generating resamples from the distribution evaluated at the aster model MLE is also conducted by this function.
## Not run: set.seed(13)
# library(envlpaster)
# library(aster2)
# data(generateddata)
# m1 <- aster(resp ~ 0 + varb + mass + timing,
# fam = fam, pred = pred, varvar = varb, idvar = id,
# root = root, data = redata)
# target <- c(9:10)
# nboot <- 2000; timer <- nboot/2
# bar <- eigenbootcanon(m1, nboot = nboot, index = target,
# vectors = c(2), u = 1, m = timer)
# bar## End(Not run)
Run the code above in your browser using DataLab