# NOT RUN {
#estimate normal EGAtmfg
tmfg <- EGA(data = wmt2[,7:24], model = "TMFG")
#estimate optimal EGAtmfg
tmfg.opt <- EGA.fit(data = wmt2[,7:24], model = "TMFG")
#estimate Entropy Fit Index
entropyFit(data = wmt2[,7:24], structure = tmfg.opt$EGA$wc)$Entropy.Fit
entropyFit(data = wmt2[,7:24], structure = tmfg$wc)$Entropy.Fit
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab