# NOT RUN {
# Load data
wmt <- wmt2[,7:24]
# }
# NOT RUN {
# bootEGA glasso example
boot.wmt <- bootEGA(data = wmt, n = 500, typicalStructure = TRUE,
plot.typicalStructure = TRUE, model = "glasso", type = "parametric", ncores = 4)
# }
# NOT RUN {
# Load data
intwl <- intelligenceBattery[,8:66]
# }
# NOT RUN {
# bootEGA TMFG example
boot.intwl <- bootEGA(data = intelligenceBattery[,8:66], n = 500, typicalStructure = TRUE,
plot.typicalStructure = TRUE, model = "TMFG", type = "parametric", ncores = 4)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab