powered by
Retrieve fit matrix or matrices for a given dominanceAnalysis object
getFits(da.object, fit.functions = NULL)
dominanceAnalysis object
name of the fit indices to retrieve. If NULL, all fit indices will be retrieved
a list. Key corresponds to fit-index and the value is a matrix, with fits values
Other retrieval methods: averageContribution(), contributionByLevel(), dominanceBriefing(), dominanceMatrix()
averageContribution()
contributionByLevel()
dominanceBriefing()
dominanceMatrix()
# NOT RUN { data(longley) da.longley<-dominanceAnalysis(lm(Employed~.,longley)) getFits(da.longley) # }
Run the code above in your browser using DataLab