name of the fit indices to retrieve. If NULL, all fit indices will be retrieved
abbrev
if TRUE
Value
a list. Each element is a data.frame, that comprises the dominance analysis
for a specific fit index. Each data.frame have the predictors as row
and each column reports the predictors that are dominated for each predictor
# NOT RUN {# For matrix or data.framedata(longley)
da.longley<-dominanceAnalysis(lm(Employed~.,longley))
dominanceBriefing(da.longley, abbrev=FALSE)
dominanceBriefing(da.longley, abbrev=TRUE)
# }